aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-05 10:32:37 +0100
committerEugene Sandulenko2011-08-06 11:28:37 +0100
commit43c7b10566ee0c9ad51ca611ff1fa21fde889c08 (patch)
tree71f44bd3fd8388448d52242d5d18870ed4663af6
parent78f1ea769060cd631c210fc01020bb921afe3607 (diff)
downloadscummvm-rg350-43c7b10566ee0c9ad51ca611ff1fa21fde889c08.tar.gz
scummvm-rg350-43c7b10566ee0c9ad51ca611ff1fa21fde889c08.tar.bz2
scummvm-rg350-43c7b10566ee0c9ad51ca611ff1fa21fde889c08.zip
LASTEXPRESS: Reduce header dependency
-rw-r--r--engines/lastexpress/lastexpress.cpp1
-rw-r--r--engines/lastexpress/lastexpress.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/lastexpress.cpp b/engines/lastexpress/lastexpress.cpp
index 5a882b154b..250fa0f2d0 100644
--- a/engines/lastexpress/lastexpress.cpp
+++ b/engines/lastexpress/lastexpress.cpp
@@ -42,6 +42,7 @@
#include "common/debug-channels.h"
#include "common/error.h"
#include "common/fs.h"
+#include "common/timer.h"
#include "engines/util.h"
diff --git a/engines/lastexpress/lastexpress.h b/engines/lastexpress/lastexpress.h
index f8f38788a0..1431b79b9f 100644
--- a/engines/lastexpress/lastexpress.h
+++ b/engines/lastexpress/lastexpress.h
@@ -27,7 +27,6 @@
#include "lastexpress/eventhandler.h"
#include "common/random.h"
-#include "common/timer.h"
#include "engines/engine.h"