diff options
Diffstat (limited to 'src/exhaustive')
| -rw-r--r-- | src/exhaustive/anomalous.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/ansi.c | 4 | ||||
| -rw-r--r-- | src/exhaustive/ansi.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/arg.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/exhaustive.c | 2 | ||||
| -rw-r--r-- | src/exhaustive/exhaustive.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/exhaustive/anomalous.h b/src/exhaustive/anomalous.h index ff6c053..cf8c208 100644 --- a/src/exhaustive/anomalous.h +++ b/src/exhaustive/anomalous.h @@ -10,7 +10,7 @@ #include <pari/pari.h> #include "arg.h" -#include "gen/types.h" +#include "misc/types.h" #include "io/cli.h" typedef struct disc_t { diff --git a/src/exhaustive/ansi.c b/src/exhaustive/ansi.c index b407d8e..40fbf41 100644 --- a/src/exhaustive/ansi.c +++ b/src/exhaustive/ansi.c @@ -1,6 +1,6 @@ -#include <io/config.h> -#include <gen/types.h> +#include <misc/config.h> +#include <misc/types.h> #include "ansi.h" #include "gen/seed.h" #include "gen/field.h" diff --git a/src/exhaustive/ansi.h b/src/exhaustive/ansi.h index e395691..74e787e 100644 --- a/src/exhaustive/ansi.h +++ b/src/exhaustive/ansi.h @@ -2,7 +2,7 @@ #ifndef ECGEN_ANSI_H #define ECGEN_ANSI_H -#include "gen/types.h" +#include "misc/types.h" bool ansi_seed_valid(const char *hex_str); diff --git a/src/exhaustive/arg.h b/src/exhaustive/arg.h index 1a4d0ed..415008c 100644 --- a/src/exhaustive/arg.h +++ b/src/exhaustive/arg.h @@ -8,7 +8,7 @@ #ifndef ECGEN_ARG_H #define ECGEN_ARG_H -#include "gen/types.h" +#include "misc/types.h" /** * @brief diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index af4be22..0506409 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -2,7 +2,7 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include <io/config.h> +#include <misc/config.h> #include "exhaustive.h" #include "anomalous.h" #include "ansi.h" diff --git a/src/exhaustive/exhaustive.h b/src/exhaustive/exhaustive.h index 3b26d73..446dff2 100644 --- a/src/exhaustive/exhaustive.h +++ b/src/exhaustive/exhaustive.h @@ -8,7 +8,7 @@ #ifndef ECGEN_GENERATORS_H #define ECGEN_GENERATORS_H -#include "gen/types.h" +#include "misc/types.h" /** * |
