From: Włodzimierz Skiba Date: Tue, 25 Apr 2006 21:43:14 +0000 (+0000) Subject: Back to previous #include order - wxGTK1 include loop needs rethinking. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/94c47543688f1db17e56ad88bcc1e28e1fbc1426 Back to previous #include order - wxGTK1 include loop needs rethinking. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/filedlgg.cpp b/src/generic/filedlgg.cpp index 9d1f8f7e2a..05c6a9ee31 100644 --- a/src/generic/filedlgg.cpp +++ b/src/generic/filedlgg.cpp @@ -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