summaryrefslogtreecommitdiff
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
parentef7ce0c899d59d20990328c6e5cbb58e1bea9e9f (diff)
Remove more references to unistd.h.
-rw-r--r--test/basicserver/testbasicserver.cpp1
-rw-r--r--test/bbackupd/testbbackupd.cpp1
-rw-r--r--test/raidfile/testraidfile.cpp1
3 files changed, 0 insertions, 3 deletions
diff --git a/test/basicserver/testbasicserver.cpp b/test/basicserver/testbasicserver.cpp
index d844ee1e..9e3b8890 100644
--- a/test/basicserver/testbasicserver.cpp
+++ b/test/basicserver/testbasicserver.cpp
@@ -11,7 +11,6 @@
#include "Box.h"
#include <stdio.h>
-#include <unistd.h>
#include <time.h>
#include <typeinfo>
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>
diff --git a/test/raidfile/testraidfile.cpp b/test/raidfile/testraidfile.cpp
index 5a62b101..c8150387 100644
--- a/test/raidfile/testraidfile.cpp
+++ b/test/raidfile/testraidfile.cpp
@@ -10,7 +10,6 @@
#include "Box.h"
#include <fcntl.h>
-#include <unistd.h>
#include <stdio.h>
#include <errno.h>