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
This commit is contained in:
Torbjörn Andersson 2005-01-11 13:25:02 +00:00
parent c5e83de099
commit 4dda4eb31b
10 changed files with 2 additions and 9 deletions

View file

@ -25,7 +25,6 @@
#if defined(USE_NULL_DRIVER)
#include "common/util.h"
#include "common/rect.h"
#include "common/savefile.h"