From b64a3d86bcc3b3698824019d0ebdc2117ad31bb5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Mar 2014 17:12:56 +0100 Subject: execute: no need to include seccomp.h from execute.h --- src/core/execute.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/core/execute.h') 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 #include #include -#ifdef HAVE_SECCOMP -#include - -#include "set.h" -#endif #include "list.h" #include "util.h" +#include "set.h" #include "fdset.h" typedef enum ExecInput { -- cgit v1.2.3-54-g00ecf