[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src palm.h,1.13,1.14
Max Horn
fingolfin at users.sourceforge.net
Fri Aug 1 05:22:01 CEST 2003
Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1:/tmp/cvs-serv1018/PalmOS/Src
Modified Files:
palm.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: palm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/PalmOS/Src/palm.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- palm.h 22 Jul 2003 20:36:43 -0000 1.13
+++ palm.h 1 Aug 2003 12:21:04 -0000 1.14
@@ -24,7 +24,7 @@
#define PALM_H
#include <SonyClie.h>
-#include "system.h"
+#include "common/system.h"
Err HwrDisplayPalette(UInt8 operation, Int16 startIndex,
UInt16 paletteEntries, RGBColorType *tableP)
More information about the Scummvm-git-logs
mailing list