]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/propform.cpp
Added -w-inl to CFG section to suppress the annoying messages about event and radiobo...
[wxWidgets.git] / src / generic / propform.cpp
index 21dc41e4aea2c506c1113fdcd75fc4dff72bcc39..5fc2aa91e02ec6737a6d8da99b7fa809bc015a51 100644 (file)
 #if wxUSE_PROPSHEET
 
 #ifndef WX_PRECOMP
+    #include "wx/choice.h"
+    #include "wx/checkbox.h"
+    #include "wx/slider.h"
+    #include "wx/msgdlg.h"
 #endif
 
-#include "wx/wx.h"
 #include "wx/propform.h"
 
 #include <ctype.h>