X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..65ccd2b82604a60a387b4562e6886c7b5471ca03:/include/wx/html/htmlhelp.h diff --git a/include/wx/html/htmlhelp.h b/include/wx/html/htmlhelp.h index 6e56bc5815..509e363c67 100644 --- a/include/wx/html/htmlhelp.h +++ b/include/wx/html/htmlhelp.h @@ -11,18 +11,19 @@ #define __HTMLHELP_H__ #ifdef __GNUG__ -#pragma interface +#pragma interface "htmlhelp.h" #endif #include "wx/defs.h" + #if wxUSE_HTML -#include -#include -#include -#include -#include -#include +#include "wx/window.h" +#include "wx/config.h" +#include "wx/splitter.h" +#include "wx/notebook.h" +#include "wx/listctrl.h" +#include "wx/html/htmlwin.h"