Index: content/common/sandbox_seccomp_bpf_linux.cc |
diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc |
index d6ebdad69b6e1cd3883a88ed0068e6d0a210bc0b..c226cc6ef906895906bd70989d0f11afa25fdc75 100644 |
--- a/content/common/sandbox_seccomp_bpf_linux.cc |
+++ b/content/common/sandbox_seccomp_bpf_linux.cc |
@@ -6,7 +6,6 @@ |
#include <dlfcn.h> |
#include <errno.h> |
#include <fcntl.h> |
-#include <linux/audit.h> |
#include <linux/filter.h> |
jln (very slow on Chromium)
2013/08/26 19:02:39
I don't think we'd need this one either?
Mostyn Bramley-Moore
2013/08/26 19:14:04
Done.
|
#include <linux/net.h> |
#include <signal.h> |