]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
rexec: don't include non-existing header
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 11 Feb 2019 13:37:33 +0000 (14:37 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 11 Feb 2019 13:37:33 +0000 (14:37 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/rexec.c

index 05eaa75a979dc7798305ae50c5eb5a1c65150f07..7b55ff704d7ec3896bb23fba836904096811495c 100644 (file)
@@ -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)