diff -r 106aaf6eadfe -r 721c60072091 src/Graphics/Display.hh --- 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