summaryrefslogtreecommitdiff
path: root/src/exhaustive
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive')
-rw-r--r--src/exhaustive/brainpool.c1
-rw-r--r--src/exhaustive/exhaustive.c1
2 files changed, 0 insertions, 2 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"