Tag header was moved to serialization directory in 5432f99c
.
This commit is contained in:
parent
d472c7a8c5
commit
17f25ee584
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
#define SCHEMA_VALIDATOR_HPP
|
||||
|
||||
#include "serialization/validator.hpp"
|
||||
#include "tools/schema/tag.hpp"
|
||||
#include "serialization/tag.hpp"
|
||||
|
||||
#include "config_cache.hpp"
|
||||
#include "serialization/parser.hpp"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Implementation of tag.hpp.
|
||||
*/
|
||||
|
||||
#include "tools/schema/tag.hpp"
|
||||
#include "serialization/tag.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue