From 4dda4eb31bbada527082b59295af0a20003d23e6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 11 Jan 2005 13:25:02 +0000 Subject: On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for MIN() and MAX(). I then removed util.h from a bunch of files which I don't think need it any more. (Please let me know if I got too blood-thirsty!) This reverts some of the changes I made this morning. svn-id: r16541 --- common/system.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index b3e5a98a4a..7d3a0ea8f7 100644 --- a/common/system.h +++ b/common/system.h @@ -25,7 +25,6 @@ #include "common/scummsys.h" #include "common/mutex.h" -#include "common/util.h" #include "common/rect.h" #include "common/singleton.h" -- cgit v1.2.3