aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/mohawk/cursors.cpp2
-rw-r--r--engines/scumm/he/resource_he.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/cursors.cpp b/engines/mohawk/cursors.cpp
index eb11eb175e..ebc8d1ea8a 100644
--- a/engines/mohawk/cursors.cpp
+++ b/engines/mohawk/cursors.cpp
@@ -31,8 +31,8 @@
#include "mohawk/riven_cursors.h"
#include "common/macresman.h"
-#include "common/ne_exe.h"
#include "common/system.h"
+#include "common/winexe_ne.h"
#include "graphics/cursorman.h"
namespace Mohawk {
diff --git a/engines/scumm/he/resource_he.h b/engines/scumm/he/resource_he.h
index 9dddc96f23..f81dd713f1 100644
--- a/engines/scumm/he/resource_he.h
+++ b/engines/scumm/he/resource_he.h
@@ -31,7 +31,7 @@
#define SCUMM_HE_RESOURCE_HE_H
#include "common/macresman.h"
-#include "common/pe_exe.h"
+#include "common/winexe_pe.h"
namespace Scumm {