From e69045c446c2a58a12e348db1a8256728bbc4d27 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:44:31 +0530 Subject: [PATCH] chore: remove redundant include --- math/factorial.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/math/factorial.cpp b/math/factorial.cpp index 183f812ef..83b7c5fc8 100644 --- a/math/factorial.cpp +++ b/math/factorial.cpp @@ -10,7 +10,6 @@ * @author [Akshay Gupta](https://github.com/Akshay1910) */ -#include /// for uint64_t #include /// for I/O operations #include /// for assert