Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae86912f authored by Wei Yongjun's avatar Wei Yongjun Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarWei 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent b0a7d1a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -32,7 +32,6 @@
#include "../event.h"
#include "../event.h"
#include "../thread.h"
#include "../thread.h"
#include "../trace-event.h"
#include "../trace-event.h"
#include "../evsel.h"


PyMODINIT_FUNC initperf_trace_context(void);
PyMODINIT_FUNC initperf_trace_context(void);