aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
diff options
context:
space:
mode:
authorMax Horn2009-10-04 22:43:30 +0000
committerMax Horn2009-10-04 22:43:30 +0000
commitdb8c6e3f6cc6f9ca889adfd58f78be8571e407e7 (patch)
tree4999d55fce1cc518e8343d2f705571b55e7867a2 /engines/sci/engine/kevent.cpp
parent670d8582ff3fe37a72854e1968665d76c2d5ec33 (diff)
downloadscummvm-rg350-db8c6e3f6cc6f9ca889adfd58f78be8571e407e7.tar.gz
scummvm-rg350-db8c6e3f6cc6f9ca889adfd58f78be8571e407e7.tar.bz2
scummvm-rg350-db8c6e3f6cc6f9ca889adfd58f78be8571e407e7.zip
SCI: Really remove sci/gui/gui.h include from engine/state.h
svn-id: r44644
Diffstat (limited to 'engines/sci/engine/kevent.cpp')
-rw-r--r--engines/sci/engine/kevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kevent.cpp b/engines/sci/engine/kevent.cpp
index b8454ac70f..475e3200ca 100644
--- a/engines/sci/engine/kevent.cpp
+++ b/engines/sci/engine/kevent.cpp
@@ -30,6 +30,7 @@
#include "sci/gfx/gfx_state_internal.h" // required for GfxPort, GfxVisual
#include "sci/console.h"
#include "sci/debug.h" // for g_debug_simulated_key
+#include "sci/gui/gui.h"
namespace Sci {