And include string.h in the files that actually needed it
@@ -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()
{
@@ -25,7 +25,6 @@
*/
#include <ctype.h>
-#include <string.h>
extern "C" {
@@ -26,7 +26,6 @@
#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
@@ -32,6 +32,7 @@
#include <stdlib.h>
#define PARSE_ASSERT(x) \
if (!(x)) { \
@@ -28,6 +28,7 @@
#include <pwd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>