summaryrefslogtreecommitdiff
path: root/src/common/geom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/geom.c')
-rw-r--r--src/common/geom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/geom.c b/src/common/geom.c
index eb35727..f903fe8 100644
--- a/src/common/geom.c
+++ b/src/common/geom.c
@@ -1,6 +1,5 @@
1#include "common/geom.h" 1#include "common/geom.h"
2#include <math.h> 2#include <math.h>
3#include <common/geom.h>
4#include "morpher/matrix.h" 3#include "morpher/matrix.h"
5 4
6static inline IntVector int_round(RealVector x) { 5static inline IntVector int_round(RealVector x) {