listctrl header cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-02 17:38:30 +00:00
parent f2e1afc988
commit e409b62aaf
10 changed files with 26 additions and 69 deletions

View File

@@ -8,21 +8,13 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __LISTCTRLH_G__
#define __LISTCTRLH_G__
#ifndef _WX_GENERIC_LISTCTRL_H_
#define _WX_GENERIC_LISTCTRL_H_
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/imaglist.h"
#include "wx/control.h"
#include "wx/timer.h"
#include "wx/dcclient.h"
#include "wx/scrolwin.h"
#include "wx/settings.h"
#include "wx/listctrl.h"
#include "wx/textctrl.h"
class WXDLLIMPEXP_CORE wxImageList;
#if wxUSE_DRAG_AND_DROP
class WXDLLEXPORT wxDropTarget;
#endif
@@ -36,15 +28,9 @@ class WXDLLEXPORT wxDropTarget;
// internal classes
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxListHeaderData;
class WXDLLEXPORT wxListItemData;
class WXDLLEXPORT wxListHeaderWindow;
class WXDLLEXPORT wxListMainWindow;
class WXDLLEXPORT wxListRenameTimer;
class WXDLLEXPORT wxListTextCtrl;
//-----------------------------------------------------------------------------
// wxListCtrl
//-----------------------------------------------------------------------------
@@ -286,4 +272,4 @@ public:
};
#endif // !__WXMSW__ || __WXUNIVERSAL__
#endif // __LISTCTRLH_G__
#endif // _WX_GENERIC_LISTCTRL_H_