]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_inet.h
changed wxYES_NO to be equal to wxYES | wxNO freeing another style bit which allows...
[wxWidgets.git] / include / wx / fs_inet.h
index 4f4205ccc17a50d055f2a61b008ca9b7ff44e0ff..ce193551b1d4c2a95cb6364a9377c77bbded712c 100644 (file)
@@ -23,14 +23,14 @@ limitation)
 #pragma interface "fs_inet.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORDLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #if wxUSE_FILESYSTEM && wxUSE_FS_INET && wxUSE_STREAMS && wxUSE_SOCKETS
 
+#ifndef WXPRECOMP
+    #include "wx/hash.h"
+#endif
+
 #include "wx/filesys.h"
 
 //--------------------------------------------------------------------------------