[Scummvm-cvs-logs] CVS: scummvm/graphics animation.cpp,1.18,1.19
Max Horn
fingolfin at users.sourceforge.net
Mon Jan 10 14:09:13 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky/music mt32music.cpp,1.21,1.22 musicbase.cpp,1.22,1.23 musicbase.h,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky intro.cpp,1.54,1.55 sky.cpp,1.169,1.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4479/graphics
Modified Files:
animation.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: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- animation.cpp 1 Jan 2005 16:08:51 -0000 1.18
+++ animation.cpp 10 Jan 2005 22:05:36 -0000 1.19
@@ -21,9 +21,10 @@
#include "common/stdafx.h"
#include "graphics/animation.h"
-#include "common/file.h"
#include "sound/audiostream.h"
#include "common/config-manager.h"
+#include "common/file.h"
+#include "common/system.h"
namespace Graphics {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky/music mt32music.cpp,1.21,1.22 musicbase.cpp,1.22,1.23 musicbase.h,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky intro.cpp,1.54,1.55 sky.cpp,1.169,1.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list