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 +- src/strings/rindex.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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) { diff --git a/src/strings/rindex.c b/src/strings/rindex.c index 17bae7e3..2050de25 100644 --- a/src/strings/rindex.c +++ b/src/strings/rindex.c @@ -1,3 +1,4 @@ +#include #include char *rindex(const char *s, int c) -- cgit v1.2.1