From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- string.c | 1 - 1 file changed, 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 2f9fc25..5720245 100644 --- a/string.c +++ b/string.c @@ -1,5 +1,4 @@ #include "types.h" -#include "defs.h" void* memset(void *dst, int c, uint n) -- cgit v1.2.3