aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-11-19 00:49:16 +0000
committerMax Horn2010-11-19 00:49:16 +0000
commit5ea4b576c31a93b5a03bebd91d350906c37d15a6 (patch)
tree718b35f28a4509487688ac43f8d8fa288ff657df
parenta72de47d5dba28b635bea0127fbb7d1a71aef8ed (diff)
downloadscummvm-rg350-5ea4b576c31a93b5a03bebd91d350906c37d15a6.tar.gz
scummvm-rg350-5ea4b576c31a93b5a03bebd91d350906c37d15a6.tar.bz2
scummvm-rg350-5ea4b576c31a93b5a03bebd91d350906c37d15a6.zip
LASTEXPRESS: Include common/events.h instead of common/EventRecorder.h
svn-id: r54356
-rw-r--r--engines/lastexpress/eventhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/eventhandler.h b/engines/lastexpress/eventhandler.h
index 106878fbbd..6f28984d2c 100644
--- a/engines/lastexpress/eventhandler.h
+++ b/engines/lastexpress/eventhandler.h
@@ -26,8 +26,8 @@
#ifndef LASTEXPRESS_EVENTHANDLER_H
#define LASTEXPRESS_EVENTHANDLER_H
-#include "common/EventRecorder.h"
#include "common/func.h"
+#include "common/events.h"
namespace LastExpress {