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,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
*/
@@ -66,7 +60,7 @@ wxRichTextFontPage::wxRichTextFontPage( wxWindow* parent, wxWindowID id, const w
/*!
* Initialise members
*/
void wxRichTextFontPage::Init()
{
m_dontUpdate = false;