]> git.saurik.com Git - wxWidgets.git/commitdiff
Include filefn.h always (or problems on at least Mac)
authorJulian Smart <julian@anthemion.co.uk>
Sun, 30 May 2004 16:34:49 +0000 (16:34 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 30 May 2004 16:34:49 +0000 (16:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/file.h

index 2bc154269882d59a4474753069577c6a45cdf695..1bf63024eb49d9f4ec2d8b18e790513431e680a7 100644 (file)
 #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