mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-08 05:00:14 +08:00
chore: use iwyu on geometry/**.cpp
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user