diff options
| author | Torbjörn Andersson | 2005-01-11 13:25:02 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2005-01-11 13:25:02 +0000 |
| commit | 4dda4eb31bbada527082b59295af0a20003d23e6 (patch) | |
| tree | 93e1a452e33c07a588e0be42eee4afb21d65f165 /graphics | |
| parent | c5e83de099dcffca0f5c0d791305c0189467e9d9 (diff) | |
| download | scummvm-rg350-4dda4eb31bbada527082b59295af0a20003d23e6.tar.gz scummvm-rg350-4dda4eb31bbada527082b59295af0a20003d23e6.tar.bz2 scummvm-rg350-4dda4eb31bbada527082b59295af0a20003d23e6.zip | |
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
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/surface.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
