commit | afac782413cc99ce4944cbf466c9c33e2d01f1d8 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 20 14:22:26 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Oct 21 10:54:57 2020 +0200 |
tree | c8256c09857b15b58154aa9aa840bc5bdc1e19c1 | |
parent | cfaff23148059f7c1e4925cfed4b6c1ca478e95e [diff] [blame] |
libyang REFACTOR printer -> in, parser -> out
diff --git a/tests/utests/test_inout.c b/tests/utests/test_inout.c index 9edc27a..5fac6fb 100644 --- a/tests/utests/test_inout.c +++ b/tests/utests/test_inout.c
@@ -28,8 +28,8 @@ #include "common.h" #include "log.h" -#include "printer.h" -#include "parser.h" +#include "out.h" +#include "in.h" #define BUFSIZE 1024