mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:28:12 +08:00
refactor: move file inclusion to correct position
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
#endif // has_include(<string_view>)
|
#endif // has_include(<string_view>)
|
||||||
#endif // cplusplus >= C++17
|
#endif // cplusplus >= C++17
|
||||||
|
|
||||||
#include "comments.hpp"
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
#include "region.hpp"
|
#include "region.hpp"
|
||||||
#include "types.hpp"
|
#include "types.hpp"
|
||||||
#include "source_location.hpp"
|
#include "source_location.hpp"
|
||||||
|
#include "comments.hpp"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
namespace toml
|
namespace toml
|
||||||
|
Reference in New Issue
Block a user