X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..94799627ee0ad217b2fc41df5bd5bccf59494e00:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 3c7cd47280..98f7cee571 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -9,10 +9,7 @@ #define wxHelpController wxWinHelpController #define sm_classwxHelpController sm_classwxWinHelpController #else // !MSW - #include "wx/generic/helpext.h" - - #define wxHelpController wxExtHelpController - #define sm_classwxHelpController sm_classwxExtHelpController + #include "wx/helpbase.h" #endif // MSW/!MSW #endif