Skip to content

Commit f81e5c0

Browse files
committed
bugfix
1 parent c0d1c56 commit f81e5c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GeometryBasics.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module GeometryBasics
22

33
using IterTools, LinearAlgebra, StaticArrays
4-
using GeoInterface
5-
import Extents
64
using EarCut_jll
75
import Base: *
86

@@ -27,8 +25,6 @@ include("triangulation.jl")
2725
include("lines.jl")
2826
include("boundingboxes.jl")
2927

30-
include("geointerface.jl")
31-
3228
export AbstractGeometry, GeometryPrimitive
3329
export Mat, Point, Vec
3430
export LineFace, Polytope, Line, NgonFace, convert_simplex

0 commit comments

Comments
 (0)