From f0a624cdb494275d3d0e5049eff07ceaa7ebe848 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 15 Aug 2020 15:38:37 -0400 Subject: cleanup headers --- src/strings/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings/index.c') diff --git a/src/strings/index.c b/src/strings/index.c index 22126d81..0d5ca277 100644 --- a/src/strings/index.c +++ b/src/strings/index.c @@ -1,5 +1,5 @@ +#include #include -#include "string.h" char *index(const char *s, int c) { -- cgit v1.2.1