mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
LibC: Remove an unneeded string.h include in ctype.h/cpp
And include string.h in the files that actually needed it
This commit is contained in:
committed by
Andreas Kling
parent
e4da2875c5
commit
f158cb27ea
@@ -32,9 +32,9 @@
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/RadioButton.h>
|
||||
#include <LibKeyboard/CharacterMapFile.h>
|
||||
#include <ctype.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
KeyboardMapperWidget::KeyboardMapperWidget()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user