perf event: Drop perf_regs.h include, not needed anymore

Since commit c897899752 ("perf tools: Prevent out-of-bounds access
to registers") the util/event.h header doesn't use anything from
util/perf_regs.h, so drop it to untangle the header dependency tree a
bit, speeding up compilation.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2022-10-25 17:34:44 -03:00
parent 06bf28cbc6
commit b15cf900d1
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
#include <perf/event.h>
#include <linux/types.h>
#include "perf_regs.h"
struct dso;
struct machine;
struct perf_event_attr;