[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.h,1.19,1.20 newgui.cpp,1.53,1.54 newgui.h,1.25,1.26 widget.h,1.18,1.19
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/gui dialog.h,1.19,1.20 newgui.cpp,1.53,1.54 newgui.h,1.25,1.26 widget.h,1.18,1.19
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list