]> granicus.if.org Git - file/commitdiff
don't include useless headers.
authorChristos Zoulas <christos@zoulas.com>
Wed, 15 Jul 2009 14:08:43 +0000 (14:08 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 15 Jul 2009 14:08:43 +0000 (14:08 +0000)
src/magic.c

index 369ce9a98d0061a554d45a82800e8dcd481825d4..fef8200ddca4b11888bb13030baa464d82cea088 100644 (file)
@@ -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 <unistd.h>    /* for read() */
 #endif
 
-#include <netinet/in.h>                /* for byte swapping */
-
 #include "patchlevel.h"
 
 #ifndef PIPE_BUF