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 --- graphics/surface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics') diff --git a/graphics/surface.h b/graphics/surface.h index a6790b40b2..8cd93298d1 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -22,7 +22,6 @@ #define GRAPHICS_SURFACE_H #include "common/scummsys.h" -#include "common/util.h" #include "common/rect.h" namespace Graphics { -- cgit v1.2.3