aboutsummaryrefslogtreecommitdiff
path: root/src/math/point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/point.c')
-rw-r--r--src/math/point.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/point.c b/src/math/point.c
index 5233b6d..d8a9d8d 100644
--- a/src/math/point.c
+++ b/src/math/point.c
@@ -3,7 +3,6 @@
* Copyright (C) 2017 J08nY
*/
#include "point.h"
-#include "io/output.h"
point_t *point_new(void) {
point_t *point = pari_malloc(sizeof(point_t));