]> git.saurik.com Git - wxWidgets.git/commitdiff
Back to previous #include order - wxGTK1 include loop needs rethinking.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 25 Apr 2006 21:43:14 +0000 (21:43 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 25 Apr 2006 21:43:14 +0000 (21:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/filedlgg.cpp

index 9d1f8f7e2aa8c6826d3727117553b7013d5ebad3..05c6a9ee31f9f8d4374e63d5aa438325332c6758 100644 (file)
@@ -23,8 +23,6 @@
 #error wxGenericFileDialog currently only supports Unix, win32 and DOS
 #endif
 
-#include "wx/generic/filedlgg.h"
-
 #ifndef WX_PRECOMP
     #include "wx/hash.h"
     #include "wx/intl.h"
@@ -50,6 +48,7 @@
 #include "wx/filefn.h"
 #include "wx/file.h"        // for wxS_IXXX constants only
 #include "wx/filedlg.h"     // wxOPEN, wxSAVE...
+#include "wx/generic/filedlgg.h"
 #include "wx/generic/dirctrlg.h" // for wxFileIconsTable
 
 #if wxUSE_TOOLTIPS