diff options
author | 2012-03-21 00:26:18 -0700 | |
---|---|---|
committer | 2012-03-21 00:26:18 -0700 | |
commit | 3d04d42312eacc68fbcddea337f7eb34bc035dfb (patch) | |
tree | 7211df5704b743a7667159748c670a9744164482 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on tx (diff) | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial (diff) | |
download | wireguard-linux-3d04d42312eacc68fbcddea337f7eb34bc035dfb.tar.xz wireguard-linux-3d04d42312eacc68fbcddea337f7eb34bc035dfb.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
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 0b2a48783172..c2623c6f9b51 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -24,7 +24,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <ctype.h> #include <errno.h> #include "../../perf.h" |