SCI: Really remove sci/gui/gui.h include from engine/state.h

svn-id: r44644
This commit is contained in:
Max Horn 2009-10-04 22:43:30 +00:00
parent 670d8582ff
commit db8c6e3f6c
9 changed files with 11 additions and 1 deletions

View file

@ -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 {