commit | 6a7dd4d7de26c7ab6568b78fe8cd6970ec744960 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Tue Jun 23 22:44:13 2020 +0200 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Thu Jun 25 10:32:54 2020 +0200 |
tree | 245d0c989cd9d18e2ef448be790ac1c31770028d | |
parent | d6282913aba7176d4cafde3e2561eca24f520a11 [diff] [blame] |
Refactor some yang related stuff I'm going to put similar stuff in there. Change-Id: I655d74f01fac1a4286aa81eef3f3522521830933
diff --git a/src/ast_commands.hpp b/src/ast_commands.hpp index 4235af5..c4f9f48 100644 --- a/src/ast_commands.hpp +++ b/src/ast_commands.hpp
@@ -11,7 +11,7 @@ #include <boost/spirit/home/x3/support/ast/position_tagged.hpp> #include "ast_path.hpp" #include "ast_values.hpp" -#include "yang_move.hpp" +#include "yang_operations.hpp" namespace x3 = boost::spirit::x3;