summaryrefslogtreecommitdiffstats
path: root/lib/grammar_sandbox.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-12-06 14:38:55 +0100
committerDavid Lamparter <equinox@diac24.net>2019-12-06 15:13:29 +0100
commit1c0d880814e3fcf76b3351e6756c8ec378f357cb (patch)
treec3c92aca5cea0c05e335ccdb102cb839fc8ff07e /lib/grammar_sandbox.c
parentMerge pull request #5288 from SumitAgarwal123/bfd_docs (diff)
downloadfrr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.tar.xz
frr-1c0d880814e3fcf76b3351e6756c8ec378f357cb.zip
lib: rename memory_vty.c to lib_vty.c
And memory_init() to lib_cmd_init(). Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/grammar_sandbox.c')
-rw-r--r--lib/grammar_sandbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/grammar_sandbox.c b/lib/grammar_sandbox.c
index c6fd3c04a..a23874a51 100644
--- a/lib/grammar_sandbox.c
+++ b/lib/grammar_sandbox.c
@@ -28,7 +28,6 @@
#endif
#include "command.h"
-#include "memory_vty.h"
#include "graph.h"
#include "linklist.h"
#include "command_match.h"