From: John L. <jr...@us...> - 2005-06-07 04:18:23
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15118/wxLua/modules/wxluadebug/include Modified Files: debug.h splttree.h staktree.h Log Message: still moving files to module and app directory Index: staktree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** staktree.h 6 Jun 2005 23:06:19 -0000 1.1 --- staktree.h 7 Jun 2005 04:17:40 -0000 1.2 *************** *** 15,20 **** #endif ! #include "wxlua/defs.h" ! #include "wxlua/splttree.h" class WXDLLIMPEXP_WXLUA wxLuaStackDataWindow; --- 15,20 ---- #endif ! #include "wxlua/include/defs.h" ! #include "wxluadebug/include/splttree.h" class WXDLLIMPEXP_WXLUA wxLuaStackDataWindow; Index: debug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/debug.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** debug.h 6 Jun 2005 23:06:19 -0000 1.1 --- debug.h 7 Jun 2005 04:17:40 -0000 1.2 *************** *** 30,34 **** #include "wx/treectrl.h" ! #include "wxlua/defs.h" class WXDLLIMPEXP_WXLUA wxLuaDebugData; --- 30,34 ---- #include "wx/treectrl.h" ! #include "wxlua/include/defs.h" class WXDLLIMPEXP_WXLUA wxLuaDebugData; Index: splttree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/splttree.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** splttree.h 6 Jun 2005 23:06:19 -0000 1.1 --- splttree.h 7 Jun 2005 04:17:40 -0000 1.2 *************** *** 20,24 **** #endif ! #include "wxlua/defs.h" #include "wx/treectrl.h" #include "wx/splitter.h" --- 20,24 ---- #endif ! #include "wxlua/include/defs.h" #include "wx/treectrl.h" #include "wx/splitter.h" |