diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 20:12:57 +0000 | 
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:59 +0000 | 
| commit | a2f733abcff64628b7771a47089628b7327a88bd (patch) | |
| tree | 82d32de87b0381c9e3904e1c09f0ddbbc442182a /lib/libnv/tests | |
| parent | 33ccf366718d189f206f1ed6c43cbcb7b50a2e6c (diff) | |
Diffstat (limited to 'lib/libnv/tests')
| -rw-r--r-- | lib/libnv/tests/dnv_tests.cc | 1 | ||||
| -rw-r--r-- | lib/libnv/tests/nv_array_tests.cc | 1 | ||||
| -rw-r--r-- | lib/libnv/tests/nvlist_send_recv_test.c | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/lib/libnv/tests/dnv_tests.cc b/lib/libnv/tests/dnv_tests.cc index b66315713bca..cf478f1bd2a2 100644 --- a/lib/libnv/tests/dnv_tests.cc +++ b/lib/libnv/tests/dnv_tests.cc @@ -24,7 +24,6 @@   * SUCH DAMAGE.   */ -#include <sys/cdefs.h>  #include <sys/types.h>  #include <sys/dnv.h>  #include <sys/nv.h> diff --git a/lib/libnv/tests/nv_array_tests.cc b/lib/libnv/tests/nv_array_tests.cc index f5c448598b22..06d7525c3e1d 100644 --- a/lib/libnv/tests/nv_array_tests.cc +++ b/lib/libnv/tests/nv_array_tests.cc @@ -24,7 +24,6 @@   * SUCH DAMAGE.   */ -#include <sys/cdefs.h>  #include <sys/param.h>  #include <sys/types.h>  #include <sys/nv.h> diff --git a/lib/libnv/tests/nvlist_send_recv_test.c b/lib/libnv/tests/nvlist_send_recv_test.c index 25edaa5c3c10..4dd9fd35421f 100644 --- a/lib/libnv/tests/nvlist_send_recv_test.c +++ b/lib/libnv/tests/nvlist_send_recv_test.c @@ -27,7 +27,6 @@   * SUCH DAMAGE.   */ -#include <sys/cdefs.h>  #include <sys/param.h>  #include <sys/socket.h>  #include <sys/sysctl.h> | 
