diff options
author | Tony Lindgren <tony@atomide.com> | 2019-10-04 09:06:41 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-04 09:06:41 -0700 |
commit | 1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch) | |
tree | 1aaf6970e99c1f5535776f9fd9067f0d811b2532 /tools/perf/scripts/python | |
parent | f90ec6cdf674248dcad85bf9af6e064bf472b841 (diff) | |
parent | 96d49bbfe6c1a6bb43ccd00fb87aca100e32e5e2 (diff) |
Merge tag 'fix-missing-panels' into fixes
Diffstat (limited to 'tools/perf/scripts/python')
-rw-r--r-- | tools/perf/scripts/python/Perf-Trace-Util/Context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/Perf-Trace-Util/Context.c b/tools/perf/scripts/python/Perf-Trace-Util/Context.c index 217568bc29ce..0b7096847991 100644 --- a/tools/perf/scripts/python/Perf-Trace-Util/Context.c +++ b/tools/perf/scripts/python/Perf-Trace-Util/Context.c @@ -6,7 +6,6 @@ */ #include <Python.h> -#include "../../../perf.h" #include "../../../util/trace-event.h" #if PY_MAJOR_VERSION < 3 |