aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exhaustive/brainpool.c1
-rw-r--r--src/exhaustive/exhaustive.c1
-rw-r--r--src/gen/seed.c1
-rw-r--r--src/io/cli.c1
-rw-r--r--src/util/bits.c1
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"