diff options
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/subgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/subgroup.c b/src/math/subgroup.c index 90b795a..f0f2e19 100644 --- a/src/math/subgroup.c +++ b/src/math/subgroup.c @@ -3,7 +3,7 @@ * Copyright (C) 2017-2018 J08nY */ #include "subgroup.h" -#include "gen/point.h" +#include "obj/point.h" #include "util/memory.h" subgroup_t *subgroup_new(void) { return try_calloc(sizeof(subgroup_t)); } |
