diff options
| author | J08nY | 2018-01-18 18:42:18 +0100 |
|---|---|---|
| committer | J08nY | 2018-01-18 18:42:18 +0100 |
| commit | b03007db7612a6d9ab70cd0e698de565a9687ddf (patch) | |
| tree | 8c8e54e87564215f1fdf52b111c3ec3c0ef4c2b7 | |
| parent | cf074191532caef918fb9f502b37697094da317a (diff) | |
| download | ecgen-0.6.4.tar.gz ecgen-0.6.4.tar.zst ecgen-0.6.4.zip | |
| -rw-r--r-- | src/exhaustive/brainpool.c | 1 | ||||
| -rw-r--r-- | src/exhaustive/exhaustive.c | 1 | ||||
| -rw-r--r-- | src/gen/seed.c | 1 | ||||
| -rw-r--r-- | src/io/cli.c | 1 | ||||
| -rw-r--r-- | src/util/bits.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/exhaustive/brainpool.c b/src/exhaustive/brainpool.c index cd91378..af8fd63 100644 --- a/src/exhaustive/brainpool.c +++ b/src/exhaustive/brainpool.c @@ -4,7 +4,6 @@ */ #include "brainpool.h" -#include <misc/types.h> #include "gen/gens.h" #include "gen/point.h" #include "gen/seed.h" diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index fa748f5..c0cb08a 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -3,7 +3,6 @@ * Copyright (C) 2017-2018 J08nY */ #include "exhaustive.h" -#include <misc/config.h> #include "anomalous.h" #include "ansi.h" #include "brainpool.h" diff --git a/src/gen/seed.c b/src/gen/seed.c index 9287adc..3b10d26 100644 --- a/src/gen/seed.c +++ b/src/gen/seed.c @@ -4,7 +4,6 @@ */ #include "seed.h" -#include <misc/types.h> #include "util/bits.h" #include "util/memory.h" diff --git a/src/io/cli.c b/src/io/cli.c index 46ef47a..2ea14f8 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -3,7 +3,6 @@ * Copyright (C) 2017-2018 J08nY */ #include "cli.h" -#include <misc/config.h> #include <string.h> #include "exhaustive/ansi.h" #include "exhaustive/brainpool.h" diff --git a/src/util/bits.c b/src/util/bits.c index 9c84c43..b9fc4c8 100644 --- a/src/util/bits.c +++ b/src/util/bits.c @@ -4,7 +4,6 @@ */ #include "bits.h" -#include <misc/types.h> #include <sha1/sha1.h> #include "util/memory.h" |
