From: Julian Smart Date: Sun, 30 May 2004 16:34:49 +0000 (+0000) Subject: Include filefn.h always (or problems on at least Mac) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f303db8d9d50c1957918aa49fb603c01efbd0ec2?ds=inline Include filefn.h always (or problems on at least Mac) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/file.h b/include/wx/file.h index 2bc1542698..1bf63024eb 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -17,11 +17,9 @@ #pragma interface "file.h" #endif -#ifndef WX_PRECOMP - #include "wx/string.h" - #include "wx/filefn.h" - #include "wx/strconv.h" -#endif +#include "wx/string.h" +#include "wx/filefn.h" +#include "wx/strconv.h" #if wxUSE_FILE