File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1919
2020#include < vector>
2121
22- #include < limits.h> // for INT_MIN
23-
2422#include " wx/longlong.h"
2523#include " wx/anystr.h"
2624
Original file line number Diff line number Diff line change 1515#include " wx/chartype.h"
1616#include " wx/buffer.h"
1717
18- #include < stdlib.h>
19-
2018class WXDLLIMPEXP_FWD_BASE wxString;
2119
2220// the error value returned by wxMBConv methods
Original file line number Diff line number Diff line change 1414
1515#if wxUSE_STREAMS
1616
17- #include < stdio.h>
1817#include " wx/object.h"
1918#include " wx/string.h"
2019#include " wx/filefn.h" // for wxFileOffset, wxInvalidOffset and wxSeekMode
Original file line number Diff line number Diff line change 2626 #include < ctype.h>
2727#endif
2828
29- #include < string.h>
30- #include < stdio.h>
3129#include < stdarg.h>
32- #include < limits.h>
33- #include < stdlib.h>
3430
3531#include " wx/chartype.h" // for wxChar
3632#include " wx/wxcrtbase.h" // for wxChar, wxStrlen() etc.
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ class WXDLLIMPEXP_FWD_BASE wxArrayInt;
4848 #include < unistd.h>
4949#endif
5050
51- #include < stdio.h>
52-
5351#include < unordered_map>
5452
5553// ----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments