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:
parent
282d1e47f9
commit
372c511b70
@ -14,11 +14,7 @@
|
||||
#pragma interface "busyinfo.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
#include "wx/defs.h"
|
||||
|
||||
#include "wx/frame.h"
|
||||
|
||||
|
@ -20,11 +20,7 @@
|
||||
#pragma interface "fs_mem.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_FILESYSTEM
|
||||
|
||||
|
@ -14,11 +14,7 @@
|
||||
#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
|
||||
|
||||
|
@ -24,13 +24,7 @@
|
||||
// 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"
|
||||
|
Loading…
Reference in New Issue
Block a user