don't include wx/wxprec.h from the headers (patch 993136)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-25 16:44:47 +00:00
parent 282d1e47f9
commit 372c511b70
4 changed files with 4 additions and 22 deletions

View File

@@ -14,11 +14,7 @@
#pragma interface "busyinfo.h" #pragma interface "busyinfo.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/defs.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#include "wx/frame.h" #include "wx/frame.h"

View File

@@ -20,11 +20,7 @@
#pragma interface "fs_mem.h" #pragma interface "fs_mem.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/defs.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_FILESYSTEM #if wxUSE_FILESYSTEM

View File

@@ -14,11 +14,7 @@
#pragma interface "fs_zip.h" #pragma interface "fs_zip.h"
#endif #endif
#include "wx/wxprec.h" #include "wx/defs.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_STREAMS #if wxUSE_FILESYSTEM && wxUSE_FS_ZIP && wxUSE_STREAMS

View File

@@ -24,13 +24,7 @@
// wxSocket headers // wxSocket headers
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
#ifdef WXPREC #include "wx/event.h"
#include "wx/wxprec.h"
#else
#include "wx/event.h"
#include "wx/string.h"
#endif
#include "wx/sckaddr.h" #include "wx/sckaddr.h"
#include "wx/gsocket.h" #include "wx/gsocket.h"
#include "wx/list.h" #include "wx/list.h"