]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf tools: Remove needless sort.h include directives
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 30 Aug 2019 14:54:00 +0000 (11:54 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 1 Sep 2019 01:24:10 +0000 (22:24 -0300)
commit5c9dbe6da13398d09efc9ec479194afa6d9ec9e6
tree40d24a60af048bef46d01a1d0c0f5bec1ca60380
parent4772925885dac93aa5f00d1c1da93277778099cd
perf tools: Remove needless sort.h include directives

Now that sort.h isn't included by any other header, we can check where
it is really needed, i.e. we can remove it and be sure that it isn't
being obtained indirectly.

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-tom8k0lbsxd9joprr8zpu6w1@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c
tools/perf/ui/browsers/scripts.c
tools/perf/util/hist.c
tools/perf/util/mem-events.c
tools/perf/util/session.c