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 /saga | |
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 'saga')
-rw-r--r-- | saga/saga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/saga.h b/saga/saga.h index ef49c2c665..8b8675112d 100644 --- a/saga/saga.h +++ b/saga/saga.h @@ -29,7 +29,6 @@ #include "base/engine.h" #include "base/gameDetector.h" -#include "common/util.h" #include "common/stream.h" #include "common/rect.h" |