aboutsummaryrefslogtreecommitdiff
path: root/samples/client.c
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2020-11-24 15:22:18 +0000
committerGitHub <noreply@github.com>2020-11-24 15:22:18 +0000
commitd33f124c5b0335c0525187e820c6b42be0bae743 (patch)
tree365d4e92589e1f34f7665b00a0c68761129a6d80 /samples/client.c
parentee9c3d1860bc81ebd43862d502ef2f9f71e6c299 (diff)
downloadlibvfio-user-d33f124c5b0335c0525187e820c6b42be0bae743.zip
libvfio-user-d33f124c5b0335c0525187e820c6b42be0bae743.tar.gz
libvfio-user-d33f124c5b0335c0525187e820c6b42be0bae743.tar.bz2
clean up headers
Introduce include/ dir for public headers, and clean up include guards etc.
Diffstat (limited to 'samples/client.c')
-rw-r--r--samples/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/client.c b/samples/client.c
index 3231e60..91ce8a0 100644
--- a/samples/client.c
+++ b/samples/client.c
@@ -43,9 +43,9 @@
#include <sys/stat.h>
#include <libgen.h>
-#include "../lib/common.h"
-#include "../lib/muser.h"
-#include "../lib/tran_sock.h"
+#include "common.h"
+#include "muser.h"
+#include "tran_sock.h"
#define CLIENT_MAX_FDS (32)