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 --- scumm/script_v8.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm/script_v8.cpp') diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index b6d9d765bc..7b026d49b0 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -21,6 +21,7 @@ #include "stdafx.h" #include "common/config-manager.h" +#include "common/system.h" #include "scumm/actor.h" #include "scumm/akos.h" #include "scumm/charset.h" -- cgit v1.2.3