From cffd917165a14e981d61342458a9d054d3c14705 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 10 Jan 2005 22:06:49 +0000 Subject: 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 --- simon/items.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'simon/items.cpp') diff --git a/simon/items.cpp b/simon/items.cpp index e1a3d4e31b..f4698f53de 100644 --- a/simon/items.cpp +++ b/simon/items.cpp @@ -26,6 +26,8 @@ #include "simon/simon.h" #include "simon/intern.h" +#include "common/system.h" + namespace Simon { int SimonEngine::runScript() { -- cgit v1.2.3