mirror of
https://github.com/nlohmann/json.git
synced 2026-08-13 20:53:17 +00:00
🔨 some clean up
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef NLOHMANN_JSON_DETAIL_ITERATORS_ITERATION_PROXY_HPP
|
||||
#define NLOHMANN_JSON_DETAIL_ITERATORS_ITERATION_PROXY_HPP
|
||||
#pragma once
|
||||
|
||||
#include <cstddef> // size_t
|
||||
#include <string> // string, to_string
|
||||
@@ -97,5 +96,3 @@ template<typename IteratorType> class iteration_proxy
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user