From 9e9af811cbc197713bb55782e88658ecbad50699 Mon Sep 17 00:00:00 2001 From: Sonu Lohani Date: Sat, 13 Apr 2019 20:22:45 +0530 Subject: [PATCH] Removed duplicates includes --- single_include/nlohmann/json.hpp | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 1f82da447..e8a0e846d 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -34,14 +34,14 @@ SOFTWARE. #define NLOHMANN_JSON_VERSION_MINOR 6 #define NLOHMANN_JSON_VERSION_PATCH 1 -#include // all_of, find, for_each +#include // all_of, find, for_each, transform #include // assert #include // and, not, or #include // nullptr_t, ptrdiff_t, size_t #include // hash, less #include // initializer_list #include // istream, ostream -#include // random_access_iterator_tag +#include // random_access_iterator_tag, inserter, front_inserter, end #include // unique_ptr #include // accumulate #include // string, stoi, to_string @@ -49,24 +49,15 @@ SOFTWARE. #include // vector // #include - - -#include - // #include -#include // transform #include // array -#include // and, not #include // forward_list -#include // inserter, front_inserter, end #include // map -#include // string #include // tuple, make_tuple #include // is_arithmetic, is_same, is_enum, underlying_type, is_convertible #include // unordered_map -#include // pair, declval #include // valarray // #include @@ -74,13 +65,10 @@ SOFTWARE. #include // exception #include // runtime_error -#include // to_string // #include -#include // size_t - namespace nlohmann { namespace detail