diff --git a/src/commands.cc b/src/commands.cc index 055ba22d..5d9ab6e1 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -17,10 +17,6 @@ #include "event_manager.hh" #include "color_registry.hh" -#if defined(__APPLE__) -#include -#endif - #include #include #include diff --git a/src/main.cc b/src/main.cc index 2aeeb77a..642800d6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -20,6 +20,10 @@ #include "string.hh" #include "color_registry.hh" +#if defined(__APPLE__) +#include +#endif + #include #include #include