aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
diff options
context:
space:
mode:
authorFilippos Karapetis2016-02-24 00:09:53 +0200
committerFilippos Karapetis2016-02-24 00:10:48 +0200
commit9cd4769c8a3f70ad17f210e4c9717693832db8c6 (patch)
treedc63cf5732768bac0f4b307a8f2c1d4a616e6383 /engines/wage
parenta229edaea82c69e6d476290edb3b31e6279bf7a3 (diff)
downloadscummvm-rg350-9cd4769c8a3f70ad17f210e4c9717693832db8c6.tar.gz
scummvm-rg350-9cd4769c8a3f70ad17f210e4c9717693832db8c6.tar.bz2
scummvm-rg350-9cd4769c8a3f70ad17f210e4c9717693832db8c6.zip
WAGE: Fix compilation with MSVC
Including EventRecorder.h directly in the engine has the odd side effect of including winnt.h twice
Diffstat (limited to 'engines/wage')
-rw-r--r--engines/wage/wage.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/wage/wage.cpp b/engines/wage/wage.cpp
index 8886b0d67d..b708cff134 100644
--- a/engines/wage/wage.cpp
+++ b/engines/wage/wage.cpp
@@ -46,10 +46,12 @@
*/
#include "common/debug-channels.h"
+#include "common/error.h"
+#include "common/events.h"
+#include "common/system.h"
#include "engines/engine.h"
#include "engines/util.h"
-#include "gui/EventRecorder.h"
#include "wage/wage.h"
#include "wage/entities.h"