Commit 6f766eb6 authored by tfarina's avatar tfarina Committed by Commit bot

Cleanup: Remove basictypes.h includes from seccomp-bpf.

Tested on Linux with the following command lines:

$ rm -rf out/
$ ./build/gyp_chromium
$ ninja -C out/Debug sandbox_linux_unittests
$ out/Debug/sandbox_linux_unittests

BUG=138542
TEST=see above
R=mdempsky@chromium.org,jln@chromium.org

Review URL: https://codereview.chromium.org/1066523002

Cr-Commit-Position: refs/heads/master@{#323914}
parent 8488b588
......@@ -6,8 +6,8 @@
#include <asm/unistd.h>
#include <errno.h>
#include <stdint.h>
#include "base/basictypes.h"
#include "base/logging.h"
#include "sandbox/linux/bpf_dsl/seccomp_macros.h"
......
......@@ -13,7 +13,6 @@
#include <vector>
#include "base/basictypes.h"
#include "base/posix/eintr_wrapper.h"
#include "build/build_config.h"
#include "sandbox/linux/bpf_dsl/bpf_dsl.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment