summaryrefslogtreecommitdiff
path: root/test/readonly/readonly.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/readonly/readonly.c')
-rw-r--r--test/readonly/readonly.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/test/readonly/readonly.c b/test/readonly/readonly.c
index 41400da2605..a35e7ee23fc 100644
--- a/test/readonly/readonly.c
+++ b/test/readonly/readonly.c
@@ -26,20 +26,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <sys/wait.h>
-#include <errno.h>
-#include <signal.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#ifndef _WIN32
-#include <unistd.h>
-#endif
-
-#include <wiredtiger.h>
-
#include "test_util.i"
+#include <sys/wait.h>
+
#define HOME_SIZE 512
static char home[HOME_SIZE]; /* Program working dir lock file */
#define HOME_WR_SUFFIX ".WRNOLOCK" /* Writable dir copy no lock file */