From f303db8d9d50c1957918aa49fb603c01efbd0ec2 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 30 May 2004 16:34:49 +0000 Subject: [PATCH] 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 --- include/wx/file.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.45.2