/////////////////////////////////////////////////////////////////////////////
-// Name: src/palmos/helpwin.cpp
+// Name: src/palmos/help.cpp
// Purpose: Help system: WinHelp implementation
// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
#pragma hdrstop
#endif
+#if wxUSE_HELP
+
#ifndef WX_PRECOMP
-#include "wx/defs.h"
#endif
-#if wxUSE_HELP
-
#include "wx/filefn.h"
-#include <time.h>
-
-#include "wx/palmos/private.h"
-
-#include <string.h>
-
IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)