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:
Vadim Zeitlin
2019-07-09 22:58:09 +02:00
parent 7715bd5170
commit 1cdba2b5ab

View File

@@ -39,14 +39,6 @@
#include "wx/msw/missing.h"
#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/msw/uxtheme.h"
#include "wx/msw/dc.h" // for wxDCTemp