X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d5742c23be54707daa96fbb9fb2093a8fae3a517:/src/common/helpbase.cpp?ds=sidebyside diff --git a/src/common/helpbase.cpp b/src/common/helpbase.cpp index 204a7d6dac..9083abd410 100644 --- a/src/common/helpbase.cpp +++ b/src/common/helpbase.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpbase.cpp +// Name: src/common/helpbase.cpp // Purpose: Help system base classes // Author: Julian Smart // Modified by: @@ -13,15 +13,14 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#if wxUSE_HELP + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif -#if wxUSE_HELP - #include "wx/helpbase.h" IMPLEMENT_CLASS(wxHelpControllerBase, wxObject)