aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
diff options
context:
space:
mode:
authorMax Horn2005-01-10 22:06:49 +0000
committerMax Horn2005-01-10 22:06:49 +0000
commitcffd917165a14e981d61342458a9d054d3c14705 (patch)
tree3aa6658993fa842477a7ab10b2a21dbf7625a531 /simon/vga.cpp
parente79458130835528ddf693fba868243cbbfb4ee9a (diff)
downloadscummvm-rg350-cffd917165a14e981d61342458a9d054d3c14705.tar.gz
scummvm-rg350-cffd917165a14e981d61342458a9d054d3c14705.tar.bz2
scummvm-rg350-cffd917165a14e981d61342458a9d054d3c14705.zip
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
svn-id: r16527
Diffstat (limited to 'simon/vga.cpp')
-rw-r--r--simon/vga.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index 550548476b..5ff57296a4 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -25,6 +25,8 @@
#include "simon/intern.h"
#include "simon/vga.h"
+#include "common/system.h"
+
namespace Simon {
typedef void (SimonEngine::*VgaOpcodeProc) ();