Remove <numeric> include from json.hpp

This commit is contained in:
Florian Albrechtskirchinger 2022-08-30 13:09:08 +02:00
parent 90ed26d44b
commit af54422c4a
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#endif // JSON_NO_IO
#include <iterator> // random_access_iterator_tag
#include <memory> // unique_ptr
#include <numeric> // accumulate
#include <string> // string, stoi, to_string
#include <utility> // declval, forward, move, pair, swap
#include <vector> // vector

View File

@ -27,7 +27,6 @@
#endif // JSON_NO_IO
#include <iterator> // random_access_iterator_tag
#include <memory> // unique_ptr
#include <numeric> // accumulate
#include <string> // string, stoi, to_string
#include <utility> // declval, forward, move, pair, swap
#include <vector> // vector