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
This commit is contained in:
Włodzimierz Skiba
2006-04-25 21:43:14 +00:00
parent 59b8b14745
commit 94c4754368

View 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