]> git.saurik.com Git - wxWidgets.git/blobdiff - src/ribbon/panel.cpp
non PCH compilation
[wxWidgets.git] / src / ribbon / panel.cpp
index 68a8d216e8acd3aac6b1a28909799dc68685460f..481b9a0597e78ba5c0b1e29fc0987f52f5c5648f 100644 (file)
@@ -8,22 +8,23 @@
 // Copyright:   (C) Peter Cawley
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
+
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
 
+#if wxUSE_RIBBON
+
+#include "wx/ribbon/panel.h"
 #include "wx/ribbon/art.h"
 #include "wx/ribbon/bar.h"
-#include "wx/ribbon/panel.h"
 #include "wx/dcbuffer.h"
 #include "wx/display.h"
-#include "wx/frame.h"
-
-#if wxUSE_RIBBON
 
 #ifndef WX_PRECOMP
+#include "wx/frame.h"
 #endif
 
 #ifdef __WXMSW__