]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Ignore erase failures
[wxWidgets.git] / src / common / file.cpp
index 6702d2dd83457937159dc1c4dde1feabcbbaedd6..55e153dee467f7febca2541facaad5e73da0af08 100644 (file)
   #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-  #include "wx/defs.h"
-#endif
-
 #if wxUSE_FILE
 
 // standard
@@ -579,4 +575,5 @@ void wxTempFile::Discard()
         wxLogSysError(_("can't remove temporary file '%s'"), m_strTemp.c_str());
 }
 
-#endif
\ No newline at end of file
+#endif
+