[Scummvm-cvs-logs] CVS: scummvm/graphics surface.h,1.4,1.5

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


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

Modified Files:
	surface.h 
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: surface.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/surface.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- surface.h	11 Jan 2005 08:06:16 -0000	1.4
+++ surface.h	11 Jan 2005 13:25:00 -0000	1.5
@@ -22,7 +22,6 @@
 #define GRAPHICS_SURFACE_H
 
 #include "common/scummsys.h"
-#include "common/util.h"
 #include "common/rect.h"
 
 namespace Graphics {





More information about the Scummvm-git-logs mailing list