diff options
-rw-r--r-- | src/basic/bpf-program.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/basic/bpf-program.h b/src/basic/bpf-program.h index 0ae3259278..c21eb2f72a 100644 --- a/src/basic/bpf-program.h +++ b/src/basic/bpf-program.h @@ -1,10 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once -/*** - [Except for the stuff copy/pasted from the kernel sources, see below] -***/ - #include <linux/bpf.h> #include <stdint.h> #include <sys/syscall.h> |