summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/impl/std_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/toml++/impl/std_map.hpp')
-rw-r--r--vendor/toml++/impl/std_map.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/toml++/impl/std_map.hpp b/vendor/toml++/impl/std_map.hpp
index 8f97330..64305aa 100644
--- a/vendor/toml++/impl/std_map.hpp
+++ b/vendor/toml++/impl/std_map.hpp
@@ -1,11 +1,11 @@
-//# This file is a part of toml++ and is subject to the the terms of the MIT license.
-//# Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
-//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text.
-// SPDX-License-Identifier: MIT
+// # This file is a part of toml++ and is subject to the the terms of the MIT license.
+// # Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
+// # See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text.
+// SPDX-License-Identifier: MIT
#pragma once
#include "preprocessor.hpp"
TOML_DISABLE_WARNINGS;
-#include <map>
#include <iterator>
+#include <map>
TOML_ENABLE_WARNINGS;