X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf07249cdd3f0ce850c8ff0b98a1d5dc0d210ad1..5dc43d1fc5bdac58ac689364b74118ea67285305:/include/wx/filesys.h?ds=sidebyside diff --git a/include/wx/filesys.h b/include/wx/filesys.h index f714790185..f98a261ea7 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -4,13 +4,13 @@ // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik // RCS-ID: $Id$ -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __FILESYS_H__ #define __FILESYS_H__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "filesys.h" #endif @@ -27,7 +27,6 @@ #if wxUSE_FILESYSTEM #include "wx/stream.h" -#include "wx/url.h" #include "wx/datetime.h" #include "wx/filename.h"