From cb8e290695849521621c7fc1685818aaca032e1c Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 8 Jun 2019 20:49:14 +0000 Subject: [PATCH] remove redundant memory.h (from petk) --- src/ascmagic.c | 3 +-- src/encoding.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ascmagic.c b/src/ascmagic.c index 624ac90b..3bb73597 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -35,12 +35,11 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: ascmagic.c,v 1.104 2019/05/07 02:27:11 christos Exp $") +FILE_RCSID("@(#)$File: ascmagic.c,v 1.105 2019/06/08 20:49:14 christos Exp $") #endif /* lint */ #include "magic.h" #include -#include #include #include #ifdef HAVE_UNISTD_H diff --git a/src/encoding.c b/src/encoding.c index 76244f87..c3f33431 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -35,12 +35,11 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: encoding.c,v 1.20 2019/04/15 16:48:41 christos Exp $") +FILE_RCSID("@(#)$File: encoding.c,v 1.21 2019/06/08 20:49:14 christos Exp $") #endif /* lint */ #include "magic.h" #include -#include #include -- 2.40.0