]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ffile.h
made wxHtmlWindow::SetPage virtual so that the behaviour can be customized
[wxWidgets.git] / include / wx / ffile.h
index abaed3774eece3db82f2c3a0e827ca7477bbed63..c254ed04ed9fcc27b5fe3a6f2a856cae319df8f1 100644 (file)
 #ifndef   _WX_FFILE_H_
 #define   _WX_FFILE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "ffile.h"
-#endif
-
 #include "wx/defs.h"        // for wxUSE_FFILE
 
 #if wxUSE_FFILE
 
-#ifndef WX_PRECOMP
-  #include  "wx/string.h"
-  #include  "wx/filefn.h"
-#endif
+#include  "wx/string.h"
+#include  "wx/filefn.h"
 
 #include <stdio.h>