]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/msw/private.h before wx/msw/uxtheme.h for consistency with other headers...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 15:41:58 +0000 (15:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Oct 2006 15:41:58 +0000 (15:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/renderer.cpp

index b9018a7fd20f83efc2c58601c8ed84bfe9f03a71..e63c25ad8de706f76345fea4974aea83aa9b60ef 100644 (file)
@@ -33,8 +33,8 @@
 
 #include "wx/splitter.h"
 #include "wx/renderer.h"
-#include "wx/msw/uxtheme.h"
 #include "wx/msw/private.h"
+#include "wx/msw/uxtheme.h"
 
 // tmschema.h is in Win32 Platform SDK and might not be available with earlier
 // compilers