]> git.saurik.com Git - wxWidgets.git/blobdiff - src/ribbon/art_internal.cpp
Let wxMSW report wxDataViewCustomRenderer::LeftClick() report the click position...
[wxWidgets.git] / src / ribbon / art_internal.cpp
index 7f90889eb6847720aea37e628ba1ccdb1d630a1d..0e641024ecac3c43676d5798ccf5dbc6d701a767 100644 (file)
     #pragma hdrstop
 #endif
 
-#include "wx/dc.h"
-#include "wx/ribbon/art.h"
-
 #if wxUSE_RIBBON
 
+#include "wx/ribbon/art.h"
 #include "wx/ribbon/art_internal.h"
 #include "wx/ribbon/bar.h"
 #include "wx/ribbon/buttonbar.h"
 #include "wx/ribbon/gallery.h"
 
 #ifndef WX_PRECOMP
+#include "wx/dc.h"
 #endif
 
 #ifdef __WXMSW__