]> granicus.if.org Git - file/commitdiff
remove extra locale.h that is not needed.
authorChristos Zoulas <christos@zoulas.com>
Fri, 20 Mar 2009 21:25:41 +0000 (21:25 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 20 Mar 2009 21:25:41 +0000 (21:25 +0000)
src/magic.c

index c55ce324a388378ce95400f072a84487749d6182..c8ec783f3fda01528e2451cc2f87ab42709e85ba 100644 (file)
@@ -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 <unistd.h>    /* for read() */
 #endif
 
-#ifdef HAVE_LOCALE_H
-#include <locale.h>
-#endif
-
 #include <netinet/in.h>                /* for byte swapping */
 
 #include "patchlevel.h"