]> git.saurik.com Git - wxWidgets.git/commitdiff
possibly fix compilo error w/xcode
authorRyan Norton <wxprojects@comcast.net>
Tue, 28 Sep 2004 15:41:27 +0000 (15:41 +0000)
committerRyan Norton <wxprojects@comcast.net>
Tue, 28 Sep 2004 15:41:27 +0000 (15:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/fontdlg.cpp

index 5c210f71fcc14ff8591ac5657d93e4191eb55469..892d0df454a6cf70a5a4f86d5e2b5cd2eb00cca7 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
-    #include "wx/mac/fontdlg.h"
     #include "wx/cmndata.h"
 #endif
 
+#include "wx/mac/fontdlg.h"
+    
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
 #endif