Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11114/wxLua/modules/wxluadebug/include
Modified Files:
splttree.h staktree.h wxldebug.h wxluadebugdefs.h
Log Message:
include wxlua/include/wxldefs.h first
Index: wxldebug.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxldebug.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** wxldebug.h 4 Sep 2006 17:54:01 -0000 1.19
--- wxldebug.h 4 Sep 2006 18:07:55 -0000 1.20
***************
*** 30,36 ****
#include "wx/treectrl.h" // for wxTreeItemData
- #include "wxlua/include/wxldefs.h"
- #include "wxlua/include/wxlstate.h"
#include "wxluadebug/include/wxluadebugdefs.h"
class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugData;
--- 30,35 ----
#include "wx/treectrl.h" // for wxTreeItemData
#include "wxluadebug/include/wxluadebugdefs.h"
+ #include "wxlua/include/wxlstate.h"
class WXDLLIMPEXP_WXLUADEBUG wxLuaDebugData;
Index: splttree.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/splttree.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** splttree.h 20 May 2006 19:57:59 -0000 1.8
--- splttree.h 4 Sep 2006 18:07:55 -0000 1.9
***************
*** 20,24 ****
#endif
- #include "wxlua/include/wxldefs.h"
#include "wxluadebug/include/wxluadebugdefs.h"
#include "wx/treectrl.h"
--- 20,23 ----
Index: wxluadebugdefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxluadebugdefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxluadebugdefs.h 21 May 2006 19:17:00 -0000 1.2
--- wxluadebugdefs.h 4 Sep 2006 18:07:55 -0000 1.3
***************
*** 15,18 ****
--- 15,20 ----
#include "wx/defs.h"
+ #include "wxlua/include/wxldefs.h"
+
// ----------------------------------------------------------------------------
// WXDLLIMPEXP macros
Index: staktree.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** staktree.h 20 May 2006 19:57:59 -0000 1.8
--- staktree.h 4 Sep 2006 18:07:55 -0000 1.9
***************
*** 15,19 ****
#endif
- #include "wxlua/include/wxldefs.h"
#include "wxluadebug/include/wxluadebugdefs.h"
#include "wxluadebug/include/splttree.h"
--- 15,18 ----
|