aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-11 13:25:02 +0000
committerTorbjörn Andersson2005-01-11 13:25:02 +0000
commit4dda4eb31bbada527082b59295af0a20003d23e6 (patch)
tree93e1a452e33c07a588e0be42eee4afb21d65f165 /sword2
parentc5e83de099dcffca0f5c0d791305c0189467e9d9 (diff)
downloadscummvm-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 'sword2')
-rw-r--r--sword2/controls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/controls.cpp b/sword2/controls.cpp
index 7ef4049a72..459f413846 100644
--- a/sword2/controls.cpp
+++ b/sword2/controls.cpp
@@ -18,7 +18,6 @@
*/
#include "common/stdafx.h"
-#include "common/util.h"
#include "common/rect.h"
#include "common/config-manager.h"
#include "common/system.h"