From: Christian Brauner Date: Mon, 11 Feb 2019 13:37:33 +0000 (+0100) Subject: rexec: don't include non-existing header X-Git-Tag: lxc-2.0.10~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f71af529d9eb679c221cdae61ec60806e4863a;p=thirdparty%2Flxc.git rexec: don't include non-existing header Signed-off-by: Christian Brauner --- diff --git a/src/lxc/rexec.c b/src/lxc/rexec.c index 05eaa75a9..7b55ff704 100644 --- a/src/lxc/rexec.c +++ b/src/lxc/rexec.c @@ -33,7 +33,6 @@ #include "config.h" #include "utils.h" -#include "syscall_wrappers.h" #define LXC_MEMFD_REXEC_SEALS \ (F_SEAL_SEAL | F_SEAL_SHRINK | F_SEAL_GROW | F_SEAL_WRITE)