[Scummvm-cvs-logs] CVS: scummvm/backends/null null.cpp,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Fri Aug 1 05:22:01 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/null
In directory sc8-pr-cvs1:/tmp/cvs-serv1018/null

Modified Files:
	null.cpp 
Log Message:
#include cleanup (explicityl specify the location for headers from common/, so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level)

Index: null.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/null/null.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- null.cpp	29 May 2003 22:34:34 -0000	1.7
+++ null.cpp	1 Aug 2003 12:21:04 -0000	1.8
@@ -20,8 +20,8 @@
  */
 
 #include "stdafx.h"
-#include "scummsys.h"
-#include "system.h"
+#include "common/scummsys.h"
+#include "common/system.h"
 
 
 #if defined(USE_NULL_DRIVER)





More information about the Scummvm-git-logs mailing list