[Scummvm-cvs-logs] CVS: scummvm/sword2 controls.cpp,1.79,1.80

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


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

Modified Files:
	controls.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: controls.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/controls.cpp,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- controls.cpp	11 Jan 2005 08:06:19 -0000	1.79
+++ controls.cpp	11 Jan 2005 13:25:02 -0000	1.80
@@ -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"





More information about the Scummvm-git-logs mailing list