refactor: move file inclusion to correct position

This commit is contained in:
ToruNiina
2019-06-02 15:29:34 +09:00
parent 5792411d5e
commit 9676499ab5
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,6 @@
#endif // has_include(<string_view>)
#endif // cplusplus >= C++17
#include "comments.hpp"
#include <vector>
#include <unordered_map>

View File

@@ -11,6 +11,7 @@
#include "region.hpp"
#include "types.hpp"
#include "source_location.hpp"
#include "comments.hpp"
#include <cassert>
namespace toml