From b310c51796d1632aeefc834dc0e931c52f909a41 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Aug 2013 20:38:42 +0300 Subject: move render classes into render dir. --- src/gui/widgets/window.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/window.h') diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index f6c5d0765..d1387aca8 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -23,8 +23,7 @@ #ifndef GUI_WIDGETS_WINDOW_H #define GUI_WIDGETS_WINDOW_H -#include "graphics.h" -#include "localconsts.h" +#include "render/graphics.h" #include "gui/widgets/widget2.h" @@ -32,6 +31,8 @@ #include +#include "localconsts.h" + class ContainerPlacer; class ImageCollection; class Layout; -- cgit v1.2.3-60-g2f50