X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4362c7052b045f2ae743057d0fe8a17e053894cd..4a2e5ee8f9db480a7522a4dec679647829050c94:/src/common/fileconf.cpp?ds=sidebyside diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index f70b797e3f..553a3f445b 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -30,6 +30,9 @@ #include "wx/log.h" #include "wx/app.h" #include "wx/utils.h" // for wxGetHomeDir + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif // wxUSE_STREAMS #endif //WX_PRECOMP #include "wx/file.h" @@ -39,11 +42,6 @@ #include "wx/fileconf.h" #include "wx/filefn.h" -#if wxUSE_STREAMS - #include "wx/stream.h" -#endif // wxUSE_STREAMS - - #if defined(__WXMAC__) #include "wx/mac/private.h" // includes mac headers #include "wx/filename.h" // for MacSetTypeAndCreator