diff options
Diffstat (limited to 'src/io/cli.c')
| -rw-r--r-- | src/io/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/cli.c b/src/io/cli.c index 7b7fca9..3b1ff1d 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -3,10 +3,10 @@ * Copyright (C) 2017-2018 J08nY */ #include "cli.h" -#include "misc/config.h" #include <string.h> #include "exhaustive/ansi.h" #include "exhaustive/brainpool.h" +#include "misc/config.h" char cli_doc[] = "ecgen, tool for generating Elliptic curve domain parameters.\v(C) " |
