From 348a3a2b30b2cda7e085a76aefb25c7779a0f715 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 13 Dec 2020 09:12:06 +0700 Subject: [PATCH] uutils: Clean up string.h inclusion. (#31) This is similar to the change in #27. We can just include rather than doing performative dances and complicating everything. --- src/uutils.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/uutils.c b/src/uutils.c index ce42e3c..5d34386 100644 --- a/src/uutils.c +++ b/src/uutils.c @@ -28,18 +28,9 @@ static char *id = "$Id: uutils.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyri #else #include #endif -#ifndef SYSVONLY -#if defined(DOS) -#include -#else -#include -#endif /* DOS */ -#endif /* SYSVONLY */ -#if defined(MACOSX) || defined(FREEBSD) /* we compile these with SYSVONLY but... */ -#include -#endif #include +#include #include #include "lispemul.h" #include "adr68k.h"