[Scummvm-cvs-logs] CVS: scummvm/sky intro.cpp,1.54,1.55 sky.cpp,1.169,1.170
Max Horn
fingolfin at users.sourceforge.net
Mon Jan 10 14:09:14 CET 2005
Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4479/sky
Modified Files:
intro.cpp sky.cpp
Log Message:
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
Index: intro.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/intro.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- intro.cpp 1 Jan 2005 16:09:20 -0000 1.54
+++ intro.cpp 10 Jan 2005 22:06:16 -0000 1.55
@@ -21,6 +21,7 @@
#include "stdafx.h"
#include "common/util.h"
+#include "common/system.h"
#include "sky/disk.h"
#include "sky/intro.h"
#include "sky/music/musicbase.h"
Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- sky.cpp 1 Jan 2005 16:09:21 -0000 1.169
+++ sky.cpp 10 Jan 2005 22:06:17 -0000 1.170
@@ -28,6 +28,7 @@
#include "common/config-manager.h"
#include "common/file.h"
+#include "common/system.h"
#include "common/timer.h"
#include "sky/control.h"
More information about the Scummvm-git-logs
mailing list