From: Christos Zoulas Date: Wed, 15 Jul 2009 14:08:43 +0000 (+0000) Subject: don't include useless headers. X-Git-Tag: FILE5_04~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e79dea90b4626c706a0feb6a49a156439ca71151;p=file don't include useless headers. --- diff --git a/src/magic.c b/src/magic.c index 369ce9a9..fef8200d 100644 --- a/src/magic.c +++ b/src/magic.c @@ -28,7 +28,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: magic.c,v 1.62 2009/03/20 21:25:41 christos Exp $") +FILE_RCSID("@(#)$File: magic.c,v 1.63 2009/05/08 17:41:59 christos Exp $") #endif /* lint */ #include "magic.h" @@ -57,8 +57,6 @@ FILE_RCSID("@(#)$File: magic.c,v 1.62 2009/03/20 21:25:41 christos Exp $") #include /* for read() */ #endif -#include /* for byte swapping */ - #include "patchlevel.h" #ifndef PIPE_BUF