aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hotkey.c4
-rw-r--r--src/hotload.c1
-rw-r--r--src/locale.c1
3 files changed, 1 insertions, 5 deletions
diff --git a/src/hotkey.c b/src/hotkey.c
index cb93f75..74c70f5 100644
--- a/src/hotkey.c
+++ b/src/hotkey.c
@@ -1,7 +1,5 @@
#include "hotkey.h"
-#include "locale.h"
-#include <string.h>
-#include <pthread.h>
+#include <stdlib.h>
#define internal static
#define local_persist static
diff --git a/src/hotload.c b/src/hotload.c
index d7a5ff2..81fc589 100644
--- a/src/hotload.c
+++ b/src/hotload.c
@@ -1,5 +1,4 @@
#include "hotload.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/locale.c b/src/locale.c
index 75073be..941a1eb 100644
--- a/src/locale.c
+++ b/src/locale.c
@@ -1,5 +1,4 @@
#include "locale.h"
-
#include <Carbon/Carbon.h>
#include <IOKit/hidsystem/ev_keymap.h>