From 683db70689b8e09fda983b254325fdc4b409ea14 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 9 Sep 2022 17:13:15 +0200 Subject: Cleaned up includes, splitted common.h in the ksocket and examples part. Signed-off-by: Toni Uhlig --- examples/driver.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/driver.cpp') 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 +#include +#include DRIVER_INITIALIZE DriverEntry; DRIVER_UNLOAD DriverUnload; -- cgit v1.2.3