X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2936a6b18cfcc0093e55e4484a6514fb28f07d21..89780b6ee0a1aa97960647e76684e7d186852b64:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index 3d1fa6c33e..3bd9d7c1bb 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -19,14 +19,17 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/defs.h" #ifdef __BORLANDC__ #pragma hdrstop #endif -#include "wx/utils.h" -#include "wx/intl.h" +#ifndef WX_PRECOMP + #include "wx/intl.h" + #include "wx/log.h" + #include "wx/utils.h" +#endif + #include "wx/file.h" // This does include filefn.h #include "wx/filename.h" #include "wx/dir.h" @@ -50,8 +53,6 @@ #include "wx/mac/private.h" // includes mac headers #endif -#include "wx/log.h" - #ifdef __WINDOWS__ #include "wx/msw/private.h" #include "wx/msw/mslu.h"