]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command_graph.c
Merge pull request #3485 from dslicenc/frr-reload-delete-vrf
[mirror_frr.git] / lib / command_graph.c
index 4555d6eaeb16b0396cd3c1fdeffefb56f9f7f723..0e8669c4b5aed451718f7e47a7bd5eeba0b08003 100644 (file)
@@ -25,8 +25,6 @@
 #include <zebra.h>
 
 #include "command_graph.h"
-#include "command.h"
-#include "log.h"
 
 DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens")
 DEFINE_MTYPE_STATIC(LIB, CMD_DESC, "Command Token Text")
@@ -462,6 +460,9 @@ void cmd_graph_names(struct graph *graph)
 
 #ifndef BUILDING_CLIPPY
 
+#include "command.h"
+#include "log.h"
+
 void cmd_graph_node_print_cb(struct graph_node *gn, struct buffer *buf)
 {
        static bool wasend;