From cf2a56606033c244321f5d1b6b97d055b2506897 Mon Sep 17 00:00:00 2001 From: Manuel Bouyer Date: Tue, 12 Jan 2021 19:12:39 +0100 Subject: [PATCH] ocaml/libs/eventchn: drop unneeded evtchn.h On NetBSD xen/sys/evtchn.h is not available any more. Just remove it as it's not needed. Signed-off-by: Manuel Bouyer Acked-by: Christian Lindig --- tools/ocaml/libs/eventchn/xeneventchn_stubs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ocaml/libs/eventchn/xeneventchn_stubs.c b/tools/ocaml/libs/eventchn/xeneventchn_stubs.c index ba40078d09..f889a7a2e4 100644 --- a/tools/ocaml/libs/eventchn/xeneventchn_stubs.c +++ b/tools/ocaml/libs/eventchn/xeneventchn_stubs.c @@ -22,7 +22,6 @@ #include #include #include -#include #include #define CAML_NAME_SPACE -- 2.30.2