]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_unkwn.cpp
don't invalidate the tree size when pages are added/removed, we don't want the tree...
[wxWidgets.git] / src / xrc / xh_unkwn.cpp
index c60fd51170906949a7b484114ce8ec79466b1338..a7b7beaf44188bcff0ad2e4477ccf38cb67de83b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_unkwn.cpp
+// Name:        src/xrc/xh_unkwn.cpp
 // Purpose:     XRC resource for unknown widget
 // Author:      Vaclav Slavik
 // Created:     2000/09/09
 #if wxUSE_XRC
 
 #include "wx/xrc/xh_unkwn.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+#endif
+
 #include "wx/window.h"
-#include "wx/log.h"
 #include "wx/sizer.h"
 #include "wx/panel.h"