summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2018-03-06 01:42:52 +0100
committerGuillem Jover <guillem@hadrons.org>2018-03-13 02:28:53 +0100
commitb20272f5a966333b49fdf2bda797e2a9f0227404 (patch)
tree906f1fcb03c6c9c4fd62864cdb9850e85ecb84ba /include
parent11ec8f1e5dfa1c10e0c9fb94879b6f5b96ba52dd (diff)
Remove <features.h> inclusion from <bsd/libutil.h>
This is a non-portable header, and we should not assume it is present. Let the first system header pull it in if needed.
Diffstat (limited to 'include')
-rw-r--r--include/bsd/libutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bsd/libutil.h b/include/bsd/libutil.h
index ccca29a..e5f148a 100644
--- a/include/bsd/libutil.h
+++ b/include/bsd/libutil.h
@@ -39,7 +39,6 @@
#ifndef LIBBSD_LIBUTIL_H
#define LIBBSD_LIBUTIL_H
-#include <features.h>
#ifdef LIBBSD_OVERLAY
#include <sys/cdefs.h>
#else