drop seccomp.h: not needed

This commit is contained in:
Omar Polo 2021-01-21 11:55:52 +00:00
parent 32befb74a9
commit 338f06f4e5
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ sandbox()
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <seccomp.h>
#include <string.h>
/* thanks chromium' src/seccomp.c */