commit | 7711410538d51ef1cd28aa3fd3a903b68691f417 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Wed Mar 10 15:21:57 2021 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Sat Mar 13 19:52:18 2021 +0100 |
tree | f056008dab80ca3af235ef4ee3e6d36e11b59f60 | |
parent | f8d7f9a1b6924c236752e29db977e26961863a84 [diff] [blame] |
libyang MAINTENANCE cleanup header includes Use iwyu tool and fix which headers are included
diff --git a/src/validation.h b/src/validation.h index c255270..5264cc7 100644 --- a/src/validation.h +++ b/src/validation.h
@@ -18,8 +18,8 @@ #include <stdint.h> #include "log.h" -#include "parser_data.h" +struct ly_ctx; struct ly_set; struct lyd_node; struct lys_module;