src/wutil: drop <features.h> header, _BSD_SOURCE is defined by the compiler

This commit is contained in:
David Adam 2015-07-26 19:58:02 +08:00
parent 3929e9de0e
commit 958880d972

View file

@ -18,7 +18,6 @@
#include <libgen.h>
#include <pthread.h>
#include <assert.h>
#include <features.h>
#include <string>
#include <map>