aboutsummaryrefslogtreecommitdiff
path: root/src/math/curve.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/curve.c')
-rw-r--r--src/math/curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/curve.c b/src/math/curve.c
index 93b4f52..bc382cd 100644
--- a/src/math/curve.c
+++ b/src/math/curve.c
@@ -3,8 +3,8 @@
* Copyright (C) 2017 J08nY
*/
#include "curve.h"
-#include "exhaustive/seed.h"
#include "point.h"
+#include "seed.h"
#include "util/memory.h"
curve_t *curve_new(void) { return try_calloc(sizeof(curve_t)); }