X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..ffaaf1078e1bc8f03ca97782b34f8607172672bf:/src/palmos/help.cpp diff --git a/src/palmos/help.cpp b/src/palmos/help.cpp index 52c658f22b..e2af8e10a6 100644 --- a/src/palmos/help.cpp +++ b/src/palmos/help.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/palmos/helpwin.cpp +// Name: src/palmos/help.cpp // Purpose: Help system: WinHelp implementation // Author: William Osborne - minimal working wxPalmOS port // Modified by: @@ -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)