]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
removing old makefiles
[wxWidgets.git] / include / wx / utils.h
index 988754c1b68370a0c45efa98e7da91c595d03938..c25c3efe535c5d9eb6f8621ca14abca16cf630ce 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "utils.h"
 #endif
 
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/filefn.h"
     #pragma interface "utils.h"
 #endif
 
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/filefn.h"
-#include "wx/arrstr.h"
+
+class WXDLLIMPEXP_BASE wxArrayString;
 
 // need this for wxGetDiskSpace() as we can't, unfortunately, forward declare
 // wxLongLong
 
 // need this for wxGetDiskSpace() as we can't, unfortunately, forward declare
 // wxLongLong