aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wutil.cpp
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 19:58:02 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-07-26 19:58:02 +0800
commit958880d97251b09af5c639a11d914067929e91af (patch)
treec1859bb31c440146d4a760ec67be36ef62d25dba /src/wutil.cpp
parent3929e9de0e69666b37df87347d5ce15663e81347 (diff)
src/wutil: drop <features.h> header, _BSD_SOURCE is defined by the compiler
Diffstat (limited to 'src/wutil.cpp')
-rw-r--r--src/wutil.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wutil.cpp b/src/wutil.cpp
index e5127720..f429b07a 100644
--- a/src/wutil.cpp
+++ b/src/wutil.cpp
@@ -18,7 +18,6 @@
#include <libgen.h>
#include <pthread.h>
#include <assert.h>
-#include <features.h>
#include <string>
#include <map>