From: Vadim Zeitlin Date: Tue, 29 Jun 2004 16:55:35 +0000 (+0000) Subject: removed gtk.h include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/020707bba9c960c155f4257d9a027d6aecdae5b8 removed gtk.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index d0e25f3765..ab924b7ab7 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -731,7 +731,7 @@ bool wxHtmlHelpFrame::DisplayIndex() return true; } -#include + void wxHtmlHelpFrame::DisplayIndexItem(const wxHtmlHelpMergedIndexItem *it) { if (it->items.size() == 1)