diff options
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 3c905cefae..efda23f9d8 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -33,14 +33,10 @@ typedef struct ExecRuntime ExecRuntime; #include <stdbool.h> #include <stdio.h> #include <sched.h> -#ifdef HAVE_SECCOMP -#include <seccomp.h> - -#include "set.h" -#endif #include "list.h" #include "util.h" +#include "set.h" #include "fdset.h" typedef enum ExecInput { |