feat: reorder headers following google c++ style

related to: #115
This commit is contained in:
ToruNiina
2020-06-28 00:58:20 +09:00
parent 4d0ed847f9
commit b1c9df8998
15 changed files with 69 additions and 53 deletions

View File

@@ -2,12 +2,12 @@
// Distributed under the MIT License.
#ifndef TOML11_COMMENTS_HPP
#define TOML11_COMMENTS_HPP
#include <initializer_list>
#include <iterator>
#include <string>
#include <type_traits>
#include <utility>
#include <iterator>
#include <initializer_list>
#include <vector>
#include <string>
// This file provides mainly two classes, `preserve_comments` and `discard_comments`.
// Those two are a container that have the same interface as `std::vector<std::string>`