]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/settingsdialog.cpp
Replaced __WXOS2__ by __OS2__ or __WXPM__ as apropriate.
[wxWidgets.git] / utils / configtool / src / settingsdialog.cpp
index d79eb0a0ae3ba21654f89fc967318a29b0a17659..59d9e28e5415439b58b9c8b376fb88e03697d1e3 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "settingsdialog.h"
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -22,6 +18,7 @@
 
 #ifndef WX_PRECOMP
 
+#include "wx/intl.h"
 #include "wx/statline.h"
 #include "wx/splitter.h"
 #include "wx/scrolwin.h"
@@ -30,6 +27,8 @@
 #include "wx/sizer.h"
 #include "wx/statbox.h"
 #include "wx/dirdlg.h"
+#include "wx/stattext.h"
+#include "wx/choice.h"
 
 #endif