From: Christos Zoulas Date: Sat, 8 Jun 2019 20:49:14 +0000 (+0000) Subject: remove redundant memory.h (from petk) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb8e290695849521621c7fc1685818aaca032e1c;p=file remove redundant memory.h (from petk) --- 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