Skip to content

Commit 5300883

Browse files
Revert "chore: use iwyu on geometry/**.cpp"
This reverts commit 740bd65.
1 parent 0ed3409 commit 5300883

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

geometry/line_segment_intersection.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
* @brief check whether two line segments intersect each other
44
* or not.
55
*/
6-
#include <stdio.h> // for printf
7-
#include <algorithm> // for max, min
8-
#include <iostream> // for basic_istream::operator>>, char_traits, basic_i...
6+
#include <algorithm>
7+
#include <iostream>
98

109
/**
1110
* Define a Point.

0 commit comments

Comments
 (0)