pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/editor EditorGroundpieceObj.hh,1.3,1.


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor EditorGroundpieceObj.hh,1.3,1.4 PLFObj.hh,1.29,1.30 StatusLine.cc,1.12,1.13 StatusLine.hh,1.9,1.10
Date: 10 Jun 2002 13:03:37 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv4596/editor

Modified Files:
        EditorGroundpieceObj.hh PLFObj.hh StatusLine.cc StatusLine.hh 
Log Message:
reduced header dependencies


Index: EditorGroundpieceObj.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/EditorGroundpieceObj.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- EditorGroundpieceObj.hh     11 Aug 2001 18:53:39 -0000      1.3
+++ EditorGroundpieceObj.hh     10 Jun 2002 13:03:35 -0000      1.4
@@ -20,7 +20,6 @@
 #ifndef PSMOBJ_HH
 #define PSMOBJ_HH
 
-#include <cstdio>
 #include "SpriteEditorObj.hh"
 #include "../GroundpieceData.hh"
 

Index: PLFObj.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/PLFObj.hh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- PLFObj.hh   8 Jun 2002 20:19:54 -0000       1.29
+++ PLFObj.hh   10 Jun 2002 13:03:35 -0000      1.30
@@ -20,7 +20,7 @@
 #ifndef PLFOBJ_HH
 #define PLFOBJ_HH
 
-#include "../Liquid.hh"
+#include "../LiquidData.hh"
 #include "../EntranceData.hh"
 #include "../ExitData.hh"
 #include "../TrapData.hh"

Index: StatusLine.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/StatusLine.cc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- StatusLine.cc       10 Jun 2002 11:00:28 -0000      1.12
+++ StatusLine.cc       10 Jun 2002 13:03:35 -0000      1.13
@@ -25,6 +25,7 @@
 #include "../boost/smart_ptr.hpp"
 #include "EditorView.hh"
 #include "StatusLine.hh"
+#include "EditorObj.hh"
 
 StatusLine::StatusLine()
 {

Index: StatusLine.hh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/StatusLine.hh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- StatusLine.hh       8 Jun 2002 20:19:54 -0000       1.9
+++ StatusLine.hh       10 Jun 2002 13:03:35 -0000      1.10
@@ -21,9 +21,10 @@
 #define STATUSLINE_HH
 
 #include <list>
-#include "EditorObj.hh"
 
 class CL_Font;
+class EditorObj;
+class EditorView;
 
 ///
 class StatusLine




reply via email to

[Prev in Thread] Current Thread [Next in Thread]