diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-23 08:42:27 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-01 18:45:22 +0100 |
| commit | 2ab402707ff0ebe4b7b87ef0ffb3233e791cb92f (patch) | |
| tree | e64c0021cb87628439995e48cf707f7e227bc14f /tools/permutations.c | |
| parent | 8af5502876b9e6e0701f51ccdd2c708e6a971197 (diff) | |
lib: move command_parse_format prototype
The function prototype for command_parse_format() is better left in
command.h, so that the bison-generated header file doesn't need to be
included for that.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tools/permutations.c')
| -rw-r--r-- | tools/permutations.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/permutations.c b/tools/permutations.c index 49f9416b21..8db51ee037 100644 --- a/tools/permutations.c +++ b/tools/permutations.c @@ -23,7 +23,6 @@ #include "command.h" #include "graph.h" -#include "command_parse.h" #include "vector.h" #define USAGE "usage: permutations <cmdstr>" |
