From 2023b840ada1b486fa124cf56b78e83587bd8950 Mon Sep 17 00:00:00 2001 From: ewd00010 <78011234+ewd00010@users.noreply.github.com> Date: Tue, 23 May 2023 17:48:32 +0100 Subject: [PATCH] Update math/check_amicable_pair.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- math/check_amicable_pair.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/check_amicable_pair.cpp b/math/check_amicable_pair.cpp index c88953997..d7b8ab5b1 100644 --- a/math/check_amicable_pair.cpp +++ b/math/check_amicable_pair.cpp @@ -14,8 +14,8 @@ * * @author [iamnambiar](https://github.com/iamnambiar) */ -#include // for assert -#include // for cout +#include /// for assert +#include /// for cout /** * @brief Mathematical algorithms