From 020707bba9c960c155f4257d9a027d6aecdae5b8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 29 Jun 2004 16:55:35 +0000 Subject: [PATCH] removed gtk.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpfrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2