From aacb2942aa0257bcf179cd0f5103779c0b5de696 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Fri, 20 Mar 2009 21:25:41 +0000 Subject: [PATCH] remove extra locale.h that is not needed. --- src/magic.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/magic.c b/src/magic.c index c55ce324..c8ec783f 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.60 2009/02/04 18:24:32 christos Exp $") +FILE_RCSID("@(#)$File: magic.c,v 1.61 2009/02/20 15:19:20 christos Exp $") #endif /* lint */ #include "magic.h" @@ -57,10 +57,6 @@ FILE_RCSID("@(#)$File: magic.c,v 1.60 2009/02/04 18:24:32 christos Exp $") #include /* for read() */ #endif -#ifdef HAVE_LOCALE_H -#include -#endif - #include /* for byte swapping */ #include "patchlevel.h" -- 2.40.0