commit | b9ee22b861f95dccffcafac3f7feca5a4ef8e16a | [log] [tgz] |
---|---|---|
author | William Henderson <william.henderson@nutanix.com> | Mon Jul 24 15:02:24 2023 +0100 |
committer | GitHub <noreply@github.com> | Mon Jul 24 15:02:24 2023 +0100 |
tree | f5b5ea8e14515885dfd61a39a5b3cce6bba64c02 | |
parent | bb308a2e8ee9486a4c8b53d8d773f7c8faaeba08 [diff] |
refactor: remove private includes from server.c (#752) Signed-off-by: William Henderson <william.henderson@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
diff --git a/samples/server.c b/samples/server.c index 37c5d78..11f4074 100644 --- a/samples/server.c +++ b/samples/server.c
@@ -45,9 +45,7 @@ #include "common.h" #include "libvfio-user.h" -#include "private.h" #include "rte_hash_crc.h" -#include "tran_sock.h" struct dma_regions { struct iovec iova;