aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/dialogs.cpp
diff options
context:
space:
mode:
authorOri Avtalion2016-04-13 15:23:11 +0300
committerOri Avtalion2016-04-13 15:23:11 +0300
commitcba3909dfd64edb32632582a1f9cf787c249fbf6 (patch)
treeb29cafec925c5876c04ea229fd6b4626debf00b6 /engines/hugo/dialogs.cpp
parent31130f08dc29c472874ca6796a09542d8db08794 (diff)
downloadscummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.tar.gz
scummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.tar.bz2
scummvm-rg350-cba3909dfd64edb32632582a1f9cf787c249fbf6.zip
HUGO: Reduce header dependencies
Diffstat (limited to 'engines/hugo/dialogs.cpp')
-rw-r--r--engines/hugo/dialogs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp
index 8b145b78d8..c741c6a837 100644
--- a/engines/hugo/dialogs.cpp
+++ b/engines/hugo/dialogs.cpp
@@ -26,7 +26,8 @@
#include "image/bmp.h"
#include "hugo/hugo.h"
-#include "hugo/display.h"
+#include "hugo/dialogs.h"
+#include "hugo/file.h"
#include "hugo/parser.h"
#include "hugo/schedule.h"
#include "hugo/sound.h"