From f1a9b1a3d98ffdcaa6a6b7cab690519db29a4edd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Sep 2006 14:11:38 +0000 Subject: [PATCH] removed GTK header include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/menu/menu.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/menu/menu.cpp b/samples/menu/menu.cpp index 82a5864d3c..fcc754ac74 100644 --- a/samples/menu/menu.cpp +++ b/samples/menu/menu.cpp @@ -360,8 +360,6 @@ bool MyApp::OnInit() // MyFrame // ---------------------------------------------------------------------------- -#include - // Define my frame constructor MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY, _T("wxWidgets menu sample")) -- 2.50.0