diff options
author | Rodrigo Campos <rodrigo@sdfg.com.ar> | 2013-11-06 17:20:54 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-11-07 09:51:19 -0500 |
commit | 8ce000e83848578a621d64eccdc88bd34c2fc70c (patch) | |
tree | 575efccf53ea7ced32e2896f8d2ed491e4673471 | |
parent | 7ab75cffd6a1b2195944b8522673522f09e7fcb0 (diff) |
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 <rodrigo@sdfg.com.ar>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1383776454-10595-1-git-send-email-rodrigo@sdfg.com.ar
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/perf/util/sort.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index f4cc147e0220..43e5ff42a609 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h | |||
@@ -22,7 +22,6 @@ | |||
22 | #include "parse-events.h" | 22 | #include "parse-events.h" |
23 | 23 | ||
24 | #include "thread.h" | 24 | #include "thread.h" |
25 | #include "sort.h" | ||
26 | 25 | ||
27 | extern regex_t parent_regex; | 26 | extern regex_t parent_regex; |
28 | extern const char *sort_order; | 27 | extern const char *sort_order; |