[Scummvm-cvs-logs] CVS: scummvm/backends/null null.cpp,1.20,1.21

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Jan 11 05:27:08 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/null
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24959/backends/null

Modified Files:
	null.cpp 
Log Message:
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.


Index: null.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/null/null.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- null.cpp	1 Jan 2005 16:08:47 -0000	1.20
+++ null.cpp	11 Jan 2005 13:24:59 -0000	1.21
@@ -25,7 +25,6 @@
 
 #if defined(USE_NULL_DRIVER)
 
-#include "common/util.h"
 #include "common/rect.h"
 #include "common/savefile.h"
 





More information about the Scummvm-git-logs mailing list