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/smush/smush_player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scumm/smush') diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp index 794221ac6e..d5eaac4511 100644 --- a/scumm/smush/smush_player.cpp +++ b/scumm/smush/smush_player.cpp @@ -25,8 +25,9 @@ #include "common/config-manager.h" #include "common/file.h" -#include "common/util.h" +#include "common/system.h" #include "common/timer.h" +#include "common/util.h" #include "scumm/bomp.h" #include "scumm/imuse_digi/dimuse.h" -- cgit v1.2.3