]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/font.cpp
Make status bar grip move to the left in RTL.
[wxWidgets.git] / src / cocoa / font.cpp
index 606e2e3d726e435a14a2f4f5dfe0da8747b377c6..61c71aaac047803a1ae902760abb825767a41a92 100644 (file)
 
 #include "wx/wxprec.h"
 
+#include "wx/font.h"
+
 #ifndef WX_PRECOMP
     #include "wx/string.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/font.h"
-#include "wx/gdicmn.h"
 #include "wx/encinfo.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)