]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/help.cpp
Fixed linking errors related to wxAnyButton in wxUniv.
[wxWidgets.git] / src / palmos / help.cpp
index 52c658f22b54856950f5adbbecd4156bb990285d..e2af8e10a6db6f5e807dc15b5ef8dc4ac5ee22af 100644 (file)
@@ -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"
 
 #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)