diff options
| author | J08nY | 2017-07-20 00:43:46 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-20 00:43:46 +0200 |
| commit | 75c07ec3d7c24b37b6afa0e832a5e1b52927d83b (patch) | |
| tree | 39fa6c50bc72b8f4c12502922166a79072275e35 /src/gen/point.c | |
| parent | ec0ebff3d6b1a4aae44189eaae7baefead78cf9c (diff) | |
| download | ecgen-75c07ec3d7c24b37b6afa0e832a5e1b52927d83b.tar.gz ecgen-75c07ec3d7c24b37b6afa0e832a5e1b52927d83b.tar.zst ecgen-75c07ec3d7c24b37b6afa0e832a5e1b52927d83b.zip | |
Some cleanup of unused stuff.
Diffstat (limited to 'src/gen/point.c')
| -rw-r--r-- | src/gen/point.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen/point.c b/src/gen/point.c index 0c6e99e..42f20db 100644 --- a/src/gen/point.c +++ b/src/gen/point.c @@ -5,7 +5,6 @@ #include "point.h" #include "io/output.h" #include "math/subgroups.h" -#include "types.h" #include "util/memory.h" point_t *point_new(void) { return try_calloc(sizeof(point_t)); } |
