Updated Coord.hh to point to mathops.hh
authorfluffymormegil <mpread@chiark.greenend.org.uk>
Sat, 23 Oct 2010 23:48:23 +0000 (00:48 +0100)
committerfluffymormegil <mpread@chiark.greenend.org.uk>
Sat, 23 Oct 2010 23:48:23 +0000 (00:48 +0100)
include/libmormegil/Coord.hh

index 052323e..1fdfe0f 100644 (file)
@@ -34,8 +34,8 @@
 #include <algorithm>
 #include <stdint.h>
 
-#ifndef libmormegil_abs_hh
-#include <libmormegil/abs.hh>
+#ifndef libmormegil_mathops_hh
+#include <libmormegil/mathops.hh>
 #endif
 
 namespace libmormegil