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,17 +2,18 @@
// Distributed under the MIT License.
#ifndef TOML11_VALUE_HPP
#define TOML11_VALUE_HPP
#include "traits.hpp"
#include "into.hpp"
#include "utility.hpp"
#include "exception.hpp"
#include "storage.hpp"
#include "region.hpp"
#include "types.hpp"
#include "source_location.hpp"
#include "comments.hpp"
#include <cassert>
#include "comments.hpp"
#include "exception.hpp"
#include "into.hpp"
#include "region.hpp"
#include "source_location.hpp"
#include "storage.hpp"
#include "traits.hpp"
#include "types.hpp"
#include "utility.hpp"
namespace toml
{