fnettrace_common.h: remove extraneous include of sys/ioctl.h

No build errors without it, so it should be fine to remove as well.

This amends commit 8af07d8a2 ("build: merge fnettrace headers into
`fnettrace_common.h` (#7127)", 2026-04-13).
This commit is contained in:
Kelvin M. Klann 2026-04-13 13:12:22 -03:00
parent 8af07d8a2d
commit f2f099cd65

View file

@ -23,7 +23,6 @@
#include "common.h"
#include "gcov_wrapper.h"
#include <sys/ioctl.h>
#include <time.h>
#include <linux/filter.h>
#include <linux/if_ether.h>