X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1d4dd7add411ebff1ce4a8d1d992e0e43ee26b1..d477aa2bb3ec93c915542185bd2fb9ef74642356:/src/generic/propform.cpp diff --git a/src/generic/propform.cpp b/src/generic/propform.cpp index 21dc41e4ae..5fc2aa91e0 100644 --- a/src/generic/propform.cpp +++ b/src/generic/propform.cpp @@ -23,9 +23,12 @@ #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