aboutsummaryrefslogtreecommitdiff
path: root/backends/x11/x11.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-18 02:07:18 +0000
committerMax Horn2003-09-18 02:07:18 +0000
commitbe9d4066e147e1f7eebd5b554f11b876f93f3ae9 (patch)
tree98416196bcb39d49d4effb582a6e0bba165249b1 /backends/x11/x11.cpp
parentec0d41137ca8bf414f674afd6f6103ad6e9bf0ac (diff)
downloadscummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.gz
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.bz2
scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.zip
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
svn-id: r10287
Diffstat (limited to 'backends/x11/x11.cpp')
-rw-r--r--backends/x11/x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/x11/x11.cpp b/backends/x11/x11.cpp
index 29d394c86d..37b3ec69a4 100644
--- a/backends/x11/x11.cpp
+++ b/backends/x11/x11.cpp
@@ -24,7 +24,7 @@
#include "backends/intern.h"
#include "common/util.h"
-#include "common/engine.h" // Only #included for error() and warning()
+#include "base/engine.h" // Only #included for error() and warning()
#include <stdio.h>
#include <assert.h>