]> git.saurik.com Git - wxWidgets.git/blobdiff - src/ribbon/control.cpp
Add default constructor to wxGraphicsGradientStop.
[wxWidgets.git] / src / ribbon / control.cpp
index a963a6c4c16c9fde4c91deb704cf9c7868409033..beb97ab70a856cdb725d58cef6a8c0b74ff98e94 100644 (file)
@@ -8,16 +8,17 @@
 // Copyright:   (C) Peter Cawley
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
+
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
 
-#include "wx/ribbon/control.h"
-
 #if wxUSE_RIBBON
 
+#include "wx/ribbon/control.h"
+
 #ifndef WX_PRECOMP
 #endif