Removed unused include: bug #676
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 8 Nov 2023 16:37:57 +0000 (16:37 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 8 Nov 2023 16:37:57 +0000 (16:37 +0000)
maxloc/maxloc.c

index 8d3d4a7aa9c7aa810fcc1b03a32a67429af57a42..484eb830a46e61a5a9e9db371ff4e7e2e47d62f1 100644 (file)
@@ -1,6 +1,5 @@
 #include<stdio.h>
 #include<limits.h>
-//#include<cornio.h>
 int m2(int * const restrict a, int n) 
 { 
        int m, nm;