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:
parent
bbb5d1b637
commit
1e9b84cd27
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue