Skip to content

Commit

Permalink
Remove now-unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlindholm committed Jan 31, 2025
1 parent 2610659 commit eab6492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/geometry/PolygonCut.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#pragma once

#include "Point.h"
#include "lineIntersection.h"

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

0 comments on commit eab6492

Please sign in to comment.