chore: use iwyu on geometry/**.cpp

This commit is contained in:
realstealthninja
2024-09-13 15:38:11 +05:30
parent 16ee49e086
commit 740bd65932

View File

@@ -3,8 +3,9 @@
* @brief check whether two line segments intersect each other
* or not.
*/
#include <algorithm>
#include <iostream>
#include <stdio.h> // for printf
#include <algorithm> // for max, min
#include <iostream> // for basic_istream::operator>>, char_traits, basic_i...
/**
* Define a Point.