rnd-20040822-4-src
[rocksndiamonds.git] / src / game_em / display.h
index b9dbb590641c4acf0f7728826b7d44c1c4f92056..0eb026a6397538ea556465de84208cfb85bbc25e 100644 (file)
@@ -6,6 +6,8 @@
 #include <X11/Xatom.h>
 #include <X11/keysym.h>
 
+#include "game_em.h"
+
 #define ORIG_TILEX             16
 #define ORIG_TILEY             16
 #define ORIG_SCOREX            8
@@ -52,8 +54,6 @@ extern Window window;
 
 #else
 
-#include "../libgame/system.h"
-
 #define xwindow (window->drawable)
 
 #endif