]> git.baikalelectronics.ru Git - kernel.git/commit
perf parser: Remove needless include directives
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:27:05 +0000 (09:27 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 19:26:41 +0000 (16:26 -0300)
commitbcf24d160dfdc31723f48db7fc3d156521723180
tree891e492249cb107e2cc6b6d28d0a48557bdbe812
parented78508242acfcfe33a1a0d78117d9c11ef4f5ac
perf parser: Remove needless include directives

They go on accumulating there like the debug.h one, that was introduced
here:

  e1d54ac06df9 ("perf list: Add debug support for outputing alias string")

But then, when that need is removed via:

  dd12e505838c ("perf tools: Factor out PMU matching in parser")

The thing stays there, so continue the house cleaning spree...

list.h not needed, no macros from there are used, and 'struct
list_head' is in linux/types.h, ditto for util.h, no need for that as
well.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-zkxr3mf6inun8m5mbnil4u0d@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/parse-events.y