Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1695)

Unified Diff: sandbox/linux/seccomp-bpf/syscall.cc

Issue 1071653002: Remove #include <asm/unistd.h> from linux_syscall_ranges.h and syscall.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/bpf_dsl/linux_syscall_ranges.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/syscall.cc
diff --git a/sandbox/linux/seccomp-bpf/syscall.cc b/sandbox/linux/seccomp-bpf/syscall.cc
index 27a895982dfb6fb7dd3bb555f7cfa2bf51df2eb7..3b3c8db5b86dc9ad55c8c4c4c7787418ba095feb 100644
--- a/sandbox/linux/seccomp-bpf/syscall.cc
+++ b/sandbox/linux/seccomp-bpf/syscall.cc
@@ -4,7 +4,6 @@
#include "sandbox/linux/seccomp-bpf/syscall.h"
-#include <asm/unistd.h>
#include <errno.h>
#include <stdint.h>
« no previous file with comments | « sandbox/linux/bpf_dsl/linux_syscall_ranges.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698