Don't use precompiled header directives in included files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-10-09 17:10:58 +00:00
parent 3193b86f29
commit 5778b3c800
5 changed files with 15 additions and 61 deletions

View File

@ -9,20 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_RICHTEXT
#include "wx/richtext/richtextbulletspage.h"
#ifndef WX_PRECOMP
#endif
#include "wx/richtext/richtextsymboldlg.h"
#include "wx/fontenum.h"

View File

@ -9,14 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
////@begin includes
////@end includes
#include "../../include/wx/richtext/richtextfontpage.h"
////@begin XPM images
////@end XPM images
/*!
* wxRichTextFontPage type definition
*/

View File

@ -9,20 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_RICHTEXT
#include "wx/richtext/richtextindentspage.h"
#ifndef WX_PRECOMP
#endif
/*!
* wxRichTextIndentsSpacingPage type definition
*/

View File

@ -9,20 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_RICHTEXT
#include "wx/richtext/richtextstylepage.h"
#ifndef WX_PRECOMP
#endif
/*!
* wxRichTextStylePage type definition
*/

View File

@ -9,20 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#if wxUSE_RICHTEXT
#include "wx/richtext/richtexttabspage.h"
#ifndef WX_PRECOMP
#endif
/*!
* wxRichTextTabsPage type definition
*/