removed unneeded include from the header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-11-26 14:38:02 +00:00
parent 1d5c2a8eb5
commit 33b7a5491f
2 changed files with 13 additions and 7 deletions

View File

@@ -37,15 +37,22 @@
#if wxUSE_LISTCTRL
#include "wx/dcscreen.h"
#include "wx/app.h"
#include "wx/listctrl.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/dynarray.h"
#include "wx/dcscreen.h"
#include "wx/textctrl.h"
#endif
#include "wx/imaglist.h"
#include "wx/dynarray.h"
#include "wx/listctrl.h"
#ifdef __WXGTK__
#include <gtk/gtk.h>
#include "wx/gtk/win_gtk.h"
#include <gtk/gtk.h>
#include "wx/gtk/win_gtk.h"
#endif
// ----------------------------------------------------------------------------