diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-10-07 22:09:12 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-10-07 13:15:04 -0300 |
commit | ae86912f48b624540b886187e169bcf47a14e42a (patch) | |
tree | d4880cae5adae45e75a779df7db85514159be79f /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | b0a7d1a0cd2e228dc06d099db2e1bb02f1b7d591 (diff) | |
download | blackbird-op-linux-ae86912f48b624540b886187e169bcf47a14e42a.tar.gz blackbird-op-linux-ae86912f48b624540b886187e169bcf47a14e42a.zip |
perf tools: Remove duplicated include from trace-event-python.c
Remove duplicated include.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Link: http://lkml.kernel.org/r/CAPgLHd8fz+TznMVRdhzPb45WtZQXhVxadRQcLxUC4O9aX+SUbA@mail.gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
-rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 730c6630cba5..14683dfca2ee 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -32,7 +32,6 @@ #include "../event.h" #include "../thread.h" #include "../trace-event.h" -#include "../evsel.h" PyMODINIT_FUNC initperf_trace_context(void); |