Commit c2ad6f3a authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

check: drop bpf.h include

This include is actually unused (probably leftover from an old version of
the kernel API when I was porting the patchsets); we can delete it.
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent cc9587ff
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <signal.h> #include <signal.h>
#include <linux/if.h> #include <linux/if.h>
#include <linux/filter.h> #include <linux/filter.h>
#include <linux/bpf.h>
#include <linux/seccomp.h> #include <linux/seccomp.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/ioctl.h> #include <sys/ioctl.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