// 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)