[Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.h,1.33,1.34

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


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

Modified Files:
	sdl-common.h 
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: sdl-common.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/sdl/sdl-common.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- sdl-common.h	31 Jul 2003 12:33:32 -0000	1.33
+++ sdl-common.h	1 Aug 2003 12:21:04 -0000	1.34
@@ -22,9 +22,9 @@
 #ifndef SDL_COMMON_H
 #define SDL_COMMON_H
 
-#include "stdafx.h"
-#include "scummsys.h"
-#include "system.h"
+#include "common/stdafx.h"
+#include "common/scummsys.h"
+#include "common/system.h"
 #include "backends/intern.h"
 
 #include <SDL.h>





More information about the Scummvm-git-logs mailing list