]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_frame.cpp
Reset the mouse event object and id in case FindWindowForMouseEvent
[wxWidgets.git] / src / xrc / xh_frame.cpp
index d1b7a642270cf89e7936b4ccf1bbd99f5f5cba97..5e6e91995cd9ac850726153e27c2b49d761551a3 100644 (file)
 #if wxUSE_XRC
 
 #include "wx/xrc/xh_frame.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+#endif
+
 #include "wx/frame.h"
 #include "wx/dialog.h" // to get wxDEFAULT_DIALOG_STYLE
-#include "wx/log.h"
-#include "wx/intl.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxFrameXmlHandler, wxXmlResourceHandler)