summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-10 21:43:28 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-10 21:43:28 +0000
commita0dbca857d1e34d6772d301e96b2a5a3ba1ad31c (patch)
treed5ecb653c08d83a4889e6363bb6f073a66130fe7 /test/bbackupd
parentef7ce0c899d59d20990328c6e5cbb58e1bea9e9f (diff)
Remove more references to unistd.h.
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index b0f337f5..4b843e6a 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -21,7 +21,6 @@
#include <sys/stat.h>
#include <limits.h>
#include <string.h>
-#include <unistd.h>
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>