From: Michael Orlitzky Date: Thu, 29 Sep 2011 21:49:32 +0000 (-0400) Subject: Remove unused imports. X-Git-Tag: 0.0.1~121 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=1b041ed87130177797758f471aa78fe55e65c9ae Remove unused imports. --- diff --git a/src/Cube.hs b/src/Cube.hs index 7b139a4..83f4da3 100644 --- a/src/Cube.hs +++ b/src/Cube.hs @@ -28,15 +28,7 @@ import qualified Face (Face(Face, v0, v1, v2, v3)) import FunctionValues import Misc (all_equal, disjoint) import Point -import Tetrahedron ( - Tetrahedron(..), - c, - b0, - b1, - b2, - b3, - volume - ) +import Tetrahedron (Tetrahedron(..), c, volume) import ThreeDimensional data Cube = Cube { h :: Double,