From f1b83dd4c97d94184720cf9944eb675963e9644b Mon Sep 17 00:00:00 2001 From: Lajat5 <64376519+Lazeeez@users.noreply.github.com> Date: Wed, 3 Nov 2021 10:51:17 +0530 Subject: [PATCH] Update graham_scan_functions.h --- geometry/graham_scan_functions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/geometry/graham_scan_functions.h b/geometry/graham_scan_functions.h index 302313f1c..a3523752a 100644 --- a/geometry/graham_scan_functions.h +++ b/geometry/graham_scan_functions.h @@ -34,7 +34,6 @@ * @author [Lajat Manekar](https://github.com/Lazeeez) * *******************************************************************************/ -#include /// for IO Operations #include /// for std::stack #include /// for std::vector #include /// for std::swap