]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
Reworked the undef stuff a little
[wxWidgets.git] / include / wx / wx.h
index bb68d0fe786694914e916fee05eda1fbc174fd57..6fab5a9334999d71e821fb35b1796993f355624d 100644 (file)
@@ -15,6 +15,7 @@
 #include "wx/setup.h"           // Which features to include - user editable
 #include "wx/defs.h"
 #include "wx/string.h"
+#include "wx/log.h"
 #include "wx/window.h"
 #include "wx/panel.h"
 #include "wx/frame.h"
@@ -23,7 +24,6 @@
 #include "wx/dcmemory.h"
 #include "wx/dcprint.h"
 #include "wx/dcscreen.h"
-#include "wx/postscrp.h"
 #include "wx/button.h"
 #include "wx/bmpbuttn.h"
 #include "wx/checkbox.h"
 #include "wx/dirdlg.h"
 #include "wx/cmndata.h"
 #include "wx/intl.h"
+#include "wx/valtext.h"
+#if wxUSE_SERIAL
+#include "wx/objstrm.h"
+#include "wx/serbase.h"
+#endif
 
 #endif
     // _WX_WXH__