Remove unnecessary <numeric> inclusion from wxPropGrid header

This isn't needed any longer since the changes of 4c463c416d (Use
std::vector instead of wxVector in wxPropertyGrid, 2023-01-22).

No real changes.
This commit is contained in:
Vadim Zeitlin 2023-04-10 15:38:29 +01:00
parent bbb5d1b637
commit 1e9b84cd27

View file

@ -23,9 +23,6 @@ class WXDLLIMPEXP_FWD_CORE wxSize;
class WXDLLIMPEXP_FWD_CORE wxFont;
#include <limits>
#if wxUSE_STD_CONTAINERS
#include <numeric>
#endif // wxUSE_STD_CONTAINERS
// -----------------------------------------------------------------------