Remove unnecessary headers included from src/msw/control.cpp
They are not needed any more since the changes removing the dynamic
casts to wx{List,Tree}Ctrl in c45a8d49f1
.
No real changes.
This commit is contained in:
@@ -39,14 +39,6 @@
|
|||||||
#include "wx/msw/missing.h"
|
#include "wx/msw/missing.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_LISTCTRL
|
|
||||||
#include "wx/listctrl.h"
|
|
||||||
#endif // wxUSE_LISTCTRL
|
|
||||||
|
|
||||||
#if wxUSE_TREECTRL
|
|
||||||
#include "wx/treectrl.h"
|
|
||||||
#endif // wxUSE_TREECTRL
|
|
||||||
|
|
||||||
#include "wx/renderer.h"
|
#include "wx/renderer.h"
|
||||||
#include "wx/msw/uxtheme.h"
|
#include "wx/msw/uxtheme.h"
|
||||||
#include "wx/msw/dc.h" // for wxDCTemp
|
#include "wx/msw/dc.h" // for wxDCTemp
|
||||||
|
Reference in New Issue
Block a user