Index: sandbox/linux/system_headers/linux_seccomp.h |
diff --git a/sandbox/linux/system_headers/linux_seccomp.h b/sandbox/linux/system_headers/linux_seccomp.h |
index 40029c8efbbc663874f425e1550aace19286ad9e..bd17d7ce3fed3569a256eb80a7d4c7bafd928c04 100644 |
--- a/sandbox/linux/system_headers/linux_seccomp.h |
+++ b/sandbox/linux/system_headers/linux_seccomp.h |
@@ -5,8 +5,6 @@ |
#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_ |
#define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_SECCOMP_H_ |
-#include <linux/filter.h> |
- |
// The Seccomp2 kernel ABI is not part of older versions of glibc. |
// As we can't break compilation with these versions of the library, |
// we explicitly define all missing symbols. |