Chromium Code Reviews| Index: sandbox/linux/seccomp/sandbox_impl.h |
| diff --git a/sandbox/linux/seccomp/sandbox_impl.h b/sandbox/linux/seccomp/sandbox_impl.h |
| index ce2291cbe4d41c764547b79ace255ecfc415d8eb..4fe96cf13fc26d3c0dd8d80da2f35f8baf9a2bfd 100644 |
| --- a/sandbox/linux/seccomp/sandbox_impl.h |
| +++ b/sandbox/linux/seccomp/sandbox_impl.h |
| @@ -34,7 +34,6 @@ |
| ({ typeof(x) i__; while ((i__ = (x)) < 0 && sys.my_errno == EINTR); i__;}) |
| #ifdef __cplusplus |
| -#include <iostream> |
| #include <map> |
| #include <vector> |
| #include "sandbox.h" |