Skip to content

Commit f01e360

Browse files
author
Petr Hanzlik
committed
utests UPDATE remove unused headers
1 parent bc3ee72 commit f01e360

7 files changed

Lines changed: 0 additions & 8 deletions

File tree

tests/utests/basic/test_xpath.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#include "context.h"
2020
#include "parser_data.h"
2121
#include "set.h"
22-
#include "tests_config.h"
2322
#include "tree_data.h"
2423
#include "tree_schema.h"
2524

tests/utests/basic/test_yanglib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "in.h"
2121
#include "log.h"
2222
#include "set.h"
23-
#include "tests_config.h"
2423
#include "tree_data.h"
2524
#include "tree_schema.h"
2625

tests/utests/extensions/test_metadata.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "utests.h"
1616

1717
#include "libyang.h"
18-
#include "plugins_exts.h"
19-
#include "plugins_exts/metadata.h"
2018

2119
static void
2220
test_yang(void **state)

tests/utests/node/list.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/* LOCAL INCLUDE HEADERS */
2323
#include "libyang.h"
24-
#include "path.h"
2524

2625
#define LYD_TREE_CREATE(INPUT, MODEL) \
2726
CHECK_PARSE_LYD_PARAM(INPUT, LYD_XML, 0, LYD_VALIDATE_PRESENT, LY_SUCCESS, MODEL)

tests/utests/restriction/test_pattern.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/* LOCAL INCLUDE HEADERS */
2323
#include "libyang.h"
24-
#include "path.h"
2524

2625
#define MODULE_CREATE_YIN(MOD_NAME, NODES) \
2726
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \

tests/utests/restriction/test_range.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/* LOCAL INCLUDE HEADERS */
2323
#include "libyang.h"
24-
#include "path.h"
2524

2625
#define MODULE_CREATE_YIN(MOD_NAME, NODES) \
2726
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" \

tests/utests/schema/test_printer_tree.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "utests.h"
1616

1717
#include "context.h"
18-
#include "ly_common.h"
1918
#include "out.h"
2019
#include "printer_schema.h"
2120
#include "tree_schema.h"

0 commit comments

Comments
 (0)