diff options
Diffstat (limited to 'engines/dm/dungeonman.cpp')
-rw-r--r-- | engines/dm/dungeonman.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/dm/dungeonman.cpp b/engines/dm/dungeonman.cpp index dd73e24a81..efff5ff16c 100644 --- a/engines/dm/dungeonman.cpp +++ b/engines/dm/dungeonman.cpp @@ -1,8 +1,6 @@ -#include "dungeonman.h" -#include "gfx.h" #include "common/file.h" #include "common/memstream.h" - +#include "dungeonman.h" using namespace DM; |