diff options
author | Max Horn | 2008-12-31 15:03:17 +0000 |
---|---|---|
committer | Max Horn | 2008-12-31 15:03:17 +0000 |
commit | 693b9df09897752a6ad3a826ad82110d47308935 (patch) | |
tree | 667e53fb9805e0dd3d8495a79b10174f5b0f2329 | |
parent | 587a691b122961e44926f0a0ff25590f754940ee (diff) | |
download | scummvm-rg350-693b9df09897752a6ad3a826ad82110d47308935.tar.gz scummvm-rg350-693b9df09897752a6ad3a826ad82110d47308935.tar.bz2 scummvm-rg350-693b9df09897752a6ad3a826ad82110d47308935.zip |
cleanup
svn-id: r35635
-rw-r--r-- | gui/ThemeData.cpp | 10 | ||||
-rw-r--r-- | gui/ThemeData.h | 1 |
2 files changed, 2 insertions, 9 deletions
diff --git a/gui/ThemeData.cpp b/gui/ThemeData.cpp index e05ca7f988..fbe5bb701d 100644 --- a/gui/ThemeData.cpp +++ b/gui/ThemeData.cpp @@ -23,18 +23,10 @@ * */ -#include "common/util.h" -#include "common/system.h" +#include "gui/ThemeData.h" -#include "graphics/surface.h" -#include "graphics/colormasks.h" -#include "graphics/imageman.h" -#include "graphics/cursorman.h" #include "graphics/VectorRenderer.h" -#include "gui/ThemeEngine.h" -#include "gui/ThemeData.h" - namespace GUI { /********************************************************** diff --git a/gui/ThemeData.h b/gui/ThemeData.h index 18433fcbeb..699c5ae6ce 100644 --- a/gui/ThemeData.h +++ b/gui/ThemeData.h @@ -26,6 +26,7 @@ #ifndef GUI_THEME_DATA_H #define GUI_THEME_DATA_H +#include "gui/ThemeEngine.h" namespace GUI { |