X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5445a26cc480e03c4dcf2ba54b0881e1fa9330e5..062dfc9a96dc9e796c53544f41ff92dc47f26e82:/src/palmos/help.cpp?ds=sidebyside diff --git a/src/palmos/help.cpp b/src/palmos/help.cpp index 02e0e235ef..e2af8e10a6 100644 --- a/src/palmos/help.cpp +++ b/src/palmos/help.cpp @@ -1,18 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwin.cpp +// Name: src/palmos/help.cpp // Purpose: Help system: WinHelp implementation -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // 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)