Update of /cvsroot/mahogany/M/include/wx
In directory sc8-pr-cvs1:/tmp/cvs-serv29729/include/wx
Modified Files:
persctrl.h pprocess.h vcard.h
Log Message:
Include dependencies cleanup, stage two (final so far)
Index: persctrl.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/persctrl.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- persctrl.h 22 Aug 2003 22:16:22 -0000 1.36
+++ persctrl.h 18 Sep 2003 16:30:45 -0000 1.37
@@ -22,14 +22,17 @@
// the headers we really need
-#include <wx/defs.h>
+#ifndef USE_PCH
+# include <wx/defs.h>
+# include <wx/checkbox.h>
+# include <wx/choice.h>
+# include <wx/control.h>
+# include <wx/combobox.h>
+# include <wx/listbox.h>
+# include <wx/radiobox.h>
+#endif // USE_PCH
+
#include <wx/notebook.h>
-#include <wx/checkbox.h>
-#include <wx/choice.h>
-#include <wx/control.h>
-#include <wx/combobox.h>
#include <wx/splitter.h>
#include <wx/listctrl.h>
-#include <wx/listbox.h>
-#include <wx/radiobox.h>
#include <wx/treectrl.h>
#if wxUSE_LISTBOOK
Index: pprocess.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/pprocess.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- pprocess.h 12 Nov 1999 15:51:01 -0000 1.3
+++ pprocess.h 18 Sep 2003 16:30:45 -0000 1.4
@@ -21,5 +21,7 @@
#ifdef EXPERIMENTAL
-#include "Mdefaults.h"
+#ifndef USE_PCH
+# include "Mdefaults.h"
+#endif // USE_PCH
#include <wx/process.h>
Index: vcard.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/vcard.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- vcard.h 11 Jul 2001 14:15:18 -0000 1.9
+++ vcard.h 18 Sep 2003 16:30:45 -0000 1.10
@@ -21,6 +21,8 @@
// ----------------------------------------------------------------------------
-#include "wx/string.h"
-#include "wx/dynarray.h"
+#ifndef USE_PCH
+# include "wx/string.h"
+# include "wx/dynarray.h"
+#endif // USE_PCH
// we can be compiled inside wxWin or not
-------------------------------------------------------
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