]> asedeno.scripts.mit.edu Git - linux.git/commit
perf srcline: Add missing srcline.h header to files needing its defs
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Aug 2019 20:10:08 +0000 (17:10 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Aug 2019 14:58:29 +0000 (11:58 -0300)
commit97b9d866a66cf9884cea623cde3300073815873d
tree8304e2cfb00015e628a7627dd70f2cad6499a4c6
parent125009026bfc9ec929975d35344bf69d2c636e95
perf srcline: Add missing srcline.h header to files needing its defs

When srcline was introduced it wrongly added the include to util/sort.h,
even with that header not needing the definitions it provides, fix it by
adding it to the places that need it as a pre patch to remove srcline.h
from sort.h.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-shuebppedtye8hrgxk15qe3x@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-diff.c
tools/perf/builtin-report.c
tools/perf/builtin-script.c
tools/perf/util/annotate.c
tools/perf/util/machine.c
tools/perf/util/sort.c