diff options
author | Ori Avtalion | 2016-04-14 13:29:08 +0300 |
---|---|---|
committer | Ori Avtalion | 2016-04-14 13:30:14 +0300 |
commit | 253e18c44080f57eb2334296e09297a2db5efda9 (patch) | |
tree | 0b37fe682181ca0946d93eaaaa580cb4cd4add29 /engines/cge2 | |
parent | 866650fccdd3bc94efbb7c13bc881bc960010370 (diff) | |
download | scummvm-rg350-253e18c44080f57eb2334296e09297a2db5efda9.tar.gz scummvm-rg350-253e18c44080f57eb2334296e09297a2db5efda9.tar.bz2 scummvm-rg350-253e18c44080f57eb2334296e09297a2db5efda9.zip |
JANITORIAL: Reduce GUI header dependencies
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/events.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge2/events.cpp b/engines/cge2/events.cpp index 96cecc8e23..2dac04a0a5 100644 --- a/engines/cge2/events.cpp +++ b/engines/cge2/events.cpp @@ -26,8 +26,6 @@ */ #include "gui/saveload.h" -#include "gui/about.h" -#include "gui/message.h" #include "common/config-manager.h" #include "common/events.h" #include "common/translation.h" |