]> Git Repo - linux.git/commit
perf tools: Remove unneeded include
authorRodrigo Campos <[email protected]>
Wed, 6 Nov 2013 22:20:54 +0000 (22:20 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 7 Nov 2013 14:51:19 +0000 (11:51 -0300)
commit8ce000e83848578a621d64eccdc88bd34c2fc70c
tree575efccf53ea7ced32e2896f8d2ed491e4673471
parent7ab75cffd6a1b2195944b8522673522f09e7fcb0
perf tools: Remove unneeded include

There is no point in sort.h including itself.

The include was added when the file was created, in commit "perf tools:
Create util/sort.and use it" (dd68ada2d) and added a include to "sort.h"
in lot of files (all the files that started using the file). It was
probably added by mistake on sort.h too.

Signed-off-by: Rodrigo Campos <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/sort.h
This page took 0.052083 seconds and 4 git commands to generate.