summaryrefslogtreecommitdiff
path: root/src/math/twists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/twists.c')
-rw-r--r--src/math/twists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/twists.c b/src/math/twists.c
index 992b7cf..0d4b14c 100644
--- a/src/math/twists.c
+++ b/src/math/twists.c
@@ -4,7 +4,7 @@
*/
#include "twists.h"
#include "gen/seed.h"
-#include "math/subgroup.h"
+#include "obj/subgroup.h"
void twist_rand_to(curve_t *to, const curve_t *of) {
to->field = gcopy(of->field);