src/Graphics/Display.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 413 7dddc163489a
--- a/src/Graphics/Display.hh	Wed Jan 21 03:33:35 2009 +0200
+++ b/src/Graphics/Display.hh	Wed Jan 21 23:07:22 2009 +0200
@@ -1,6 +1,9 @@
 #ifndef GRAPHICS_DISPLAY_HH
 #define GRAPHICS_DISPLAY_HH
 
+#include "../Types.hh"
+#include "../Config.hh"
+
 namespace graphics
 {
 
@@ -20,8 +23,6 @@
 }
 
 #include "Drawable.hh"
-#include "../Types.hh"
-#include "../Config.hh"
 #include "../Timer.hh"
 
 #include <ClanLib/display.h>