diff options
Diffstat (limited to 'src/math/twists.c')
| -rw-r--r-- | src/math/twists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/twists.c b/src/math/twists.c index a6bb06d..992b7cf 100644 --- a/src/math/twists.c +++ b/src/math/twists.c @@ -3,8 +3,8 @@ * Copyright (C) 2017-2018 J08nY */ #include "twists.h" -#include "math/subgroup.h" #include "gen/seed.h" +#include "math/subgroup.h" void twist_rand_to(curve_t *to, const curve_t *of) { to->field = gcopy(of->field); |
