aboutsummaryrefslogtreecommitdiff
path: root/examples/driver.cpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-09 17:13:15 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-09 17:13:15 +0200
commit683db70689b8e09fda983b254325fdc4b409ea14 (patch)
treebc8f40525e662d5f72ec40b0c8127676150ff8cf /examples/driver.cpp
parent38495d423f23b145a4377f87a536db5d2721f814 (diff)
Cleaned up includes, splitted common.h in the ksocket and examples part.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/driver.cpp')
-rw-r--r--examples/driver.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/driver.cpp b/examples/driver.cpp
index ceae8ff..86e42e9 100644
--- a/examples/driver.cpp
+++ b/examples/driver.cpp
@@ -1,8 +1,8 @@
extern "C" {
-#include "berkeley.h"
-#include "ksocket.h"
-#include "wsk.h"
+#include <ksocket/berkeley.h>
+#include <ksocket/ksocket.h>
+#include <ksocket/wsk.h>
DRIVER_INITIALIZE DriverEntry;
DRIVER_UNLOAD DriverUnload;