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/hopkins | |
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/hopkins')
-rw-r--r-- | engines/hopkins/hopkins.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h index b782d103a8..30140baa2e 100644 --- a/engines/hopkins/hopkins.h +++ b/engines/hopkins/hopkins.h @@ -48,7 +48,6 @@ #include "common/util.h" #include "engines/engine.h" #include "graphics/surface.h" -#include "gui/debugger.h" /** * This is the namespace of the Hopkins engine. |