[Scummvm-cvs-logs] CVS: scummvm/sky debug.cpp,1.20.2.2,1.20.2.3

Eugene Sandulenko sev at users.sourceforge.net
Fri Jan 27 05:36:12 CET 2006


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29926

Modified Files:
      Tag: branch-0-8-0
	debug.cpp 
Log Message:
I really wonder how this #include "debugger.cpp" could stay for 1.5 years...


Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/debug.cpp,v
retrieving revision 1.20.2.2
retrieving revision 1.20.2.3
diff -u -d -r1.20.2.2 -r1.20.2.3
--- debug.cpp	18 Jan 2006 18:07:35 -0000	1.20.2.2
+++ debug.cpp	27 Jan 2006 13:35:40 -0000	1.20.2.3
@@ -30,7 +30,7 @@
 #include "sky/struc.h"
 #include "sky/compact.h"
 
-#include "common/debugger.cpp"
+#include "common/debugger.h"
 
 namespace Sky {
 





More information about the Scummvm-git-logs mailing list