From 9567b62b7f28a268dd663632b11e14d345b53e07 Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Wed, 8 Mar 2017 11:17:00 -0800 Subject: [PATCH] funclatency: remove unnecessary include --- tools/funclatency.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/funclatency.py b/tools/funclatency.py index bfaa4bec51fb..a35e36329f8a 100755 --- a/tools/funclatency.py +++ b/tools/funclatency.py @@ -90,7 +90,6 @@ def bail(error): # define BPF program bpf_text = """ #include -#include typedef struct ip_pid { u64 ip;