aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/resource_he.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/scumm/he/resource_he.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/scumm/he/resource_he.h')
-rw-r--r--engines/scumm/he/resource_he.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h
index 617ed1f446..c3fca17737 100644
--- a/engines/scumm/he/resource_he.h
+++ b/engines/scumm/he/resource_he.h
@@ -24,7 +24,10 @@
#define SCUMM_HE_RESOURCE_HE_H
#include "common/macresman.h"
-#include "common/winexe_pe.h"
+
+namespace Common {
+class PEResources;
+}
namespace Scumm {