diff --git a/neercs/neercs.cpp b/neercs/neercs.cpp
index d8aae1f..bdd650b 100644
--- a/neercs/neercs.cpp
+++ b/neercs/neercs.cpp
@@ -9,10 +9,11 @@
 #endif
 
 #include <time.h>
-#include <caca.h>
 
 #include "core.h"
 
+#include <caca.h>
+
 using namespace std;
 using namespace lol;
 
diff --git a/neercs/old/wm.cpp b/neercs/old/wm.cpp
index 03a1f2f..aef9960 100644
--- a/neercs/old/wm.cpp
+++ b/neercs/old/wm.cpp
@@ -18,10 +18,11 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
-#include <caca.h>
 
 #include "core.h"
 
+#include <caca.h>
+
 using namespace lol;
 
 extern "C" {