From bf1e4324053595324aeb6a52a0d069e78cae9c03 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Wed, 8 Nov 2023 16:37:57 +0000 Subject: [PATCH] Removed unused include: bug #676 --- maxloc/maxloc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/maxloc/maxloc.c b/maxloc/maxloc.c index 8d3d4a7a..484eb830 100644 --- a/maxloc/maxloc.c +++ b/maxloc/maxloc.c @@ -1,6 +1,5 @@ #include #include -//#include int m2(int * const restrict a, int n) { int m, nm; -- 2.30.2