summaryrefslogtreecommitdiff
path: root/src/file.h
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2018-10-01 18:45:39 +0000
committerChristos Zoulas <christos@zoulas.com>2018-10-01 18:45:39 +0000
commitd491655a45d473c3036e3236daf22951fb08c10b (patch)
tree062c397a2611261be341aee32735eec29e7532f4 /src/file.h
parent6a9f7e718c8bfe74f89c715920d745974f408657 (diff)
downloadfile-git-d491655a45d473c3036e3236daf22951fb08c10b.tar.gz
remove tests for stddef.h, locale.h, limits.h all defined in c89 (petk)
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/file.h b/src/file.h
index c24e0a90..38987261 100644
--- a/src/file.h
+++ b/src/file.h
@@ -27,7 +27,7 @@
*/
/*
* file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.197 2018/09/09 20:33:28 christos Exp $
+ * @(#)$File: file.h,v 1.198 2018/10/01 18:45:39 christos Exp $
*/
#ifndef __file_h__
@@ -513,9 +513,7 @@ protected void buffer_init(struct buffer *, int, const void *, size_t);
protected void buffer_fini(struct buffer *);
protected int buffer_fill(const struct buffer *);
-#if defined(HAVE_LOCALE_H)
#include <locale.h>
-#endif
#if defined(HAVE_XLOCALE_H)
#include <xlocale.h>
#endif