]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_panel.cpp
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / src / xrc / xh_panel.cpp
index 6247d0600c354904404b08f7017297c335a81bca..b307c3fd0380a972a915ec6d4c6ac5e5fbe9e063 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     XRC resource for panels
 // Author:      Vaclav Slavik
 // Created:     2000/03/05
-// RCS-ID:      $Id$
 // Copyright:   (c) 2000 Vaclav Slavik
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #if wxUSE_XRC
 
 #include "wx/xrc/xh_panel.h"
-#include "wx/panel.h"
-#include "wx/frame.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/panel.h"
+    #include "wx/frame.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxPanelXmlHandler, wxXmlResourceHandler)