commit | f1ca0acf8547a62c8516105c31e068e8c1ebff0c | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Apr 12 16:00:06 2021 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Apr 12 16:00:06 2021 +0200 |
tree | fb2d14097e9cb16c1ac8bbe075f16cf7bdbfcb40 | |
parent | 90ed21e7857439066549a9108d4feb090cde4637 [diff] [blame] |
change MAINTENANCE move plugins sources into separate subdirectories
diff --git a/src/tree_data.c b/src/tree_data.c index c02dfcb..5ae3bc8 100644 --- a/src/tree_data.c +++ b/src/tree_data.c
@@ -38,7 +38,7 @@ #include "parser_internal.h" #include "path.h" #include "plugins.h" -#include "plugins_exts_metadata.h" +#include "plugins_exts/metadata.h" #include "plugins_internal.h" #include "plugins_types.h" #include "set.h"