perf event: Drop perf_regs.h include, not needed anymore
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Oct 2022 20:34:44 +0000 (17:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Oct 2022 19:37:26 +0000 (16:37 -0300)
commitb15cf900d11d4db2c2dac544a27f3e1217bdd0d4
tree67d667351851fc85f3b529b39ed777864e44261d
parent06bf28cbc63287c69fe834b527127a56b65de2d7
perf event: Drop perf_regs.h include, not needed anymore

Since commit c897899752478d4c ("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>
tools/perf/util/event.h