From: Vadim Zeitlin Date: Mon, 11 Sep 2006 14:11:38 +0000 (+0000) Subject: removed GTK header include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f1a9b1a3d98ffdcaa6a6b7cab690519db29a4edd removed GTK header include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"))