Index: sandbox/linux/bpf_dsl/seccomp_macros.h |
diff --git a/sandbox/linux/bpf_dsl/seccomp_macros.h b/sandbox/linux/bpf_dsl/seccomp_macros.h |
index 7fd0e67f1a55fea062a3762565f254074ae24ce6..b72357ae75fb002543283d8952dad1afdcca3cd0 100644 |
--- a/sandbox/linux/bpf_dsl/seccomp_macros.h |
+++ b/sandbox/linux/bpf_dsl/seccomp_macros.h |
@@ -20,8 +20,6 @@ |
#include <stddef.h> |
#endif |
#endif |
- |
-#include "sandbox/linux/system_headers/linux_seccomp.h" // For AUDIT_ARCH_* |
// Impose some reasonable maximum BPF program size. Realistically, the |
// kernel probably has much lower limits. But by limiting to less than |