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