]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/help.cpp
route all Cairo calls in GTK printing code through gs_cairo (is this still needed?)
[wxWidgets.git] / src / palmos / help.cpp
index 40d91a484ea86625cd2479b0d95be40a4941d517..6264c29822e15e2f802805f936b47f22e1075638 100644 (file)
 #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)