]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_scwin.cpp
disable select root menu command when the root is hidden
[wxWidgets.git] / src / xrc / xh_scwin.cpp
index 59988f784427e24069114d54d8fa80f23bac67f6..156a3c970be6f1eb72513cf010d061e84535f6d5 100644 (file)
 #if wxUSE_XRC
 
 #include "wx/xrc/xh_scwin.h"
-#include "wx/scrolwin.h"
-#include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/frame.h"
+    #include "wx/scrolwin.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxScrolledWindowXmlHandler, wxXmlResourceHandler)