mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Fix unused import.
This commit is contained in:
parent
772da04396
commit
559cece40a
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ module Reanimate.PolyShape
|
|||
, plGroupTouching
|
||||
) where
|
||||
|
||||
import Control.Lens ((&), (.~), (^.))
|
||||
import Control.Lens ((&), (.~))
|
||||
import Data.List (nub, partition, sortOn)
|
||||
import qualified Data.Vector as V
|
||||
import Geom2D.CubicBezier.Linear (ClosedPath (..),
|
||||
|
|
@ -67,6 +67,7 @@ import Reanimate.Math.Polygon (Polygon,
|
|||
import Reanimate.Svg
|
||||
|
||||
#if !defined(NO_HGEOMETRY)
|
||||
import Control.Lens ((^.))
|
||||
import Algorithms.Geometry.PolygonTriangulation.Triangulate (triangulate')
|
||||
|
||||
import Data.Ext
|
||||
|
|
|
|||
Loading…
Reference in a new issue