Skip to content

Commit eab6492

Browse files
committed
Remove now-unused include
1 parent 2610659 commit eab6492

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/geometry/PolygonCut.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#pragma once
2121

2222
#include "Point.h"
23-
#include "lineIntersection.h"
2423

2524
typedef Point<double> P;
2625
vector<P> polygonCut(const vector<P>& poly, P s, P e) {

0 commit comments

Comments
 (0)