X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..6d0d84554854a19db991ba64e7e034e1fc898ef0:/src/palmos/help.cpp diff --git a/src/palmos/help.cpp b/src/palmos/help.cpp index 52c658f22b..6264c29822 100644 --- a/src/palmos/help.cpp +++ b/src/palmos/help.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "helpwin.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -20,20 +16,13 @@ #pragma hdrstop #endif +#if wxUSE_HELP + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif -#if wxUSE_HELP - #include "wx/filefn.h" -#include - -#include "wx/palmos/private.h" - -#include - IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)