summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 43e70c9eb..10a9cf7d1 100644
--- a/system.h
+++ b/system.h
@@ -89,10 +89,6 @@ char * stpncpy(char * dest, const char * src, size_t n);
extern int errno;
#endif
-#if HAVE_ERROR_H
-#include <error.h>
-#endif
-
#if HAVE___SECURE_GETENV
#define getenv(_s) __secure_getenv(_s)
#endif