]> git.saurik.com Git - wxWidgets.git/commitdiff
don't include wx/wxprec.h from the headers (patch 993136)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 16:44:47 +0000 (16:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Jul 2004 16:44:47 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/busyinfo.h
include/wx/fs_mem.h
include/wx/fs_zip.h
include/wx/socket.h

index f487138c20d3f7d8e945bf1feac6f62bfccc959b..4b8cf5551050181ef7d4509a3403aa4fc372dcb2 100644 (file)
 #pragma interface "busyinfo.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #include "wx/frame.h"
 
index 90709673262bd322030aac4441d456f590eb8b22..5b5766f106bc132a42cf6b88ab9f9440f2446c2a 100644 (file)
 #pragma interface "fs_mem.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #if wxUSE_FILESYSTEM
 
index a4e28d083febe70f914dbaa8d2eb4944221bdd21..6dc75eb25cf8d173d4014e59833e6dad4cce4a31 100644 (file)
 #pragma interface "fs_zip.h"
 #endif
 
-#include "wx/wxprec.h"
-
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
+#include "wx/defs.h"
 
 #if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_STREAMS
 
index 7b153c09d9af9c1faf15a9eccf6e03d8443717da..90e99f7f623dc23dbd7e558ca1dc2170b7a02046 100644 (file)
 // wxSocket headers
 // ---------------------------------------------------------------------------
 
-#ifdef WXPREC
-  #include "wx/wxprec.h"
-#else
-  #include "wx/event.h"
-  #include "wx/string.h"
-#endif
-
+#include "wx/event.h"
 #include "wx/sckaddr.h"
 #include "wx/gsocket.h"
 #include "wx/list.h"