aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorWilliam Henderson <william.henderson@nutanix.com>2023-07-24 15:02:24 +0100
committerGitHub <noreply@github.com>2023-07-24 15:02:24 +0100
commitb9ee22b861f95dccffcafac3f7feca5a4ef8e16a (patch)
treef5b5ea8e14515885dfd61a39a5b3cce6bba64c02 /samples
parentbb308a2e8ee9486a4c8b53d8d773f7c8faaeba08 (diff)
downloadlibvfio-user-b9ee22b861f95dccffcafac3f7feca5a4ef8e16a.zip
libvfio-user-b9ee22b861f95dccffcafac3f7feca5a4ef8e16a.tar.gz
libvfio-user-b9ee22b861f95dccffcafac3f7feca5a4ef8e16a.tar.bz2
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>
Diffstat (limited to 'samples')
-rw-r--r--samples/server.c2
1 files changed, 0 insertions, 2 deletions
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;