]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Point.hs
Remove a redundant import.
[spline3.git] / src / Point.hs
index 685bc7ac5378841b68e1903ca27fc12be1a8f27d..fd3ac58dec3ceef5dfd5c8aa1615e25a9bc0af53 100644 (file)
@@ -7,9 +7,6 @@ module Point (
   )
 where
 
-import Comparisons ((~=))
-
-
 type Point = (Double, Double, Double)
 
 instance Num Point where