diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-02 12:36:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-02 12:36:16 +0000 |
commit | bafba6946cae049b066d48b473d8ab8b9bd0cb33 (patch) | |
tree | dfd708f9517ac2a937eb8fe41df443d9977b46ac /tests | |
parent | da23b16ad8821157ed44fde65f07925c02bda922 (diff) |
remove setup.h inclusion which is already done from test.h inclusion
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/lib505.c | 1 | ||||
-rw-r--r-- | tests/libtest/lib541.c | 1 | ||||
-rw-r--r-- | tests/libtest/lib542.c | 1 | ||||
-rw-r--r-- | tests/libtest/lib543.c | 1 | ||||
-rw-r--r-- | tests/libtest/lib562.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index ceccd6b28..2d2858af1 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -8,7 +8,6 @@ * $Id$ */ -#include "setup.h" /* struct_stat etc. */ #include "test.h" #ifdef HAVE_SYS_SOCKET_H diff --git a/tests/libtest/lib541.c b/tests/libtest/lib541.c index ada389cf1..b895a25a9 100644 --- a/tests/libtest/lib541.c +++ b/tests/libtest/lib541.c @@ -8,7 +8,6 @@ * $Id$ */ -#include "setup.h" /* struct_stat etc. */ #include "test.h" #ifdef HAVE_SYS_SOCKET_H diff --git a/tests/libtest/lib542.c b/tests/libtest/lib542.c index 1d45405bb..9f755c9af 100644 --- a/tests/libtest/lib542.c +++ b/tests/libtest/lib542.c @@ -8,7 +8,6 @@ * $Id$ */ -#include "setup.h" /* struct_stat etc. */ #include "test.h" #ifdef HAVE_SYS_SOCKET_H diff --git a/tests/libtest/lib543.c b/tests/libtest/lib543.c index 852645695..0f97bab8d 100644 --- a/tests/libtest/lib543.c +++ b/tests/libtest/lib543.c @@ -10,7 +10,6 @@ * Based on Alex Fishman's bug report on September 30, 2007 */ -#include "setup.h" #include "test.h" #include "memdebug.h" diff --git a/tests/libtest/lib562.c b/tests/libtest/lib562.c index b11ff1646..ffb0ce5f2 100644 --- a/tests/libtest/lib562.c +++ b/tests/libtest/lib562.c @@ -8,7 +8,6 @@ * $Id$ */ -#include "setup.h" /* struct_stat etc. */ #include "test.h" #ifdef HAVE_SYS_SOCKET_H |