Update of /cvsroot/mahogany/M/src/wx/generic
In directory sc8-pr-cvs1:/tmp/cvs-serv29729/src/wx/generic

Modified Files:
        persctrl.cpp vcarddlg.cpp 
Log Message:
Include dependencies cleanup, stage two (final so far)

Index: persctrl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/persctrl.cpp,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -u -2 -r1.83 -r1.84
--- persctrl.cpp        15 Sep 2003 17:01:43 -0000      1.83
+++ persctrl.cpp        18 Sep 2003 16:31:03 -0000      1.84
@@ -31,4 +31,5 @@
 // wxWindows
 #ifndef WX_PRECOMP
+#   include "wx/config.h"
 #   include  "wx/layout.h"
 #   include  "wx/button.h"
@@ -40,12 +41,11 @@
 #   include  "wx/dirdlg.h"
 #   include  "wx/msgdlg.h"
-#   include  "wx/artprov.h"
+#   include  "wx/log.h"
 #endif //WX_PRECOMP
 
-#include "wx/log.h"
+#include  "wx/artprov.h"
 
 #include "wx/tokenzr.h"
 
-#include "wx/config.h"
 #include "wx/persctrl.h"
 

Index: vcarddlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/generic/vcarddlg.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- vcarddlg.cpp        15 Sep 2003 17:01:43 -0000      1.7
+++ vcarddlg.cpp        18 Sep 2003 16:31:03 -0000      1.8
@@ -40,5 +40,4 @@
     #include "wx/checkbox.h"
     #include "wx/listbox.h"
-    #include "wx/textctrl.h"
     #include "wx/sizer.h"
     #include "wx/textdlg.h"



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to