From 1e43bc3bc6158a918736adf96792815afba268da Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 22 Apr 2020 19:41:38 -0700 Subject: Remove unnecessary #include directives. Time for some spring cleaning. * args.c, arith.c, buf.c, cadr.c, chksum.c, debug.c, ftw.c, gc.c, gencadr.txr, glob.c, hash.c, lisplib.c, match.c, parser.c, parser.l, parser.y, rand.c, signal.c, stream.c, strudel.c, syslog.c, tree.c, unwind.c, utf8.c, vm.c: Numerous unnecessary #include directives removed. --- utf8.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index 9c286756..2760c718 100644 --- a/utf8.c +++ b/utf8.c @@ -25,7 +25,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include -- cgit v1.2.3