aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
authorCameron Cawley2020-01-02 17:32:51 +0000
committerFilippos Karapetis2020-01-11 17:34:12 +0200
commit46056aba3ca7d9f51833b1a5154f8a9cc371f340 (patch)
tree95034a9b75e7654dc4a099f7e5a8ac9511516d94 /engines/gnap/gnap.h
parentb8e94e1acd207771098bcb5c1a882b13740a850c (diff)
downloadscummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.tar.gz
scummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.tar.bz2
scummvm-rg350-46056aba3ca7d9f51833b1a5154f8a9cc371f340.zip
ENGINES: Reduce winexe_*.h header includes
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index dd653304e7..45d57fe79e 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -33,11 +33,8 @@
#include "common/str.h"
#include "common/substream.h"
#include "common/system.h"
-#include "common/winexe.h"
-#include "common/winexe_pe.h"
#include "engines/engine.h"
#include "graphics/pixelformat.h"
-#include "graphics/wincursor.h"
#include "graphics/fontman.h"
#include "graphics/font.h"
#include "graphics/fonts/ttf.h"
@@ -50,6 +47,10 @@
struct ADGameDescription;
+namespace Common {
+class PEResources;
+}
+
namespace Gnap {
class DatManager;