removed GTK header include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-11 14:11:38 +00:00
parent 53d90250ad
commit f1a9b1a3d9

View File

@@ -360,8 +360,6 @@ bool MyApp::OnInit()
// MyFrame
// ----------------------------------------------------------------------------
#include <wx/gtk/private.h>
// Define my frame constructor
MyFrame::MyFrame()
: wxFrame((wxFrame *)NULL, wxID_ANY, _T("wxWidgets menu sample"))