aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/util.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-04-19 19:06:30 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-04-24 13:43:32 -0300
commit72f7c4d22ccf7c7e78aa80ea3285e77404b31913 (patch)
tree6f323df961024dcf0757465ab1ccb5cae2d50792 /tools/perf/util/util.h
parentperf tools: Remove sys/ioctl.h from util.h (diff)
downloadwireguard-linux-72f7c4d22ccf7c7e78aa80ea3285e77404b31913.tar.xz
wireguard-linux-72f7c4d22ccf7c7e78aa80ea3285e77404b31913.zip
perf tools: Remove string.h from util.h
Not needed in this header, added to the places that need strdup, strcmp and a few other prototypes. Link: http://lkml.kernel.org/n/tip-t24yy85xnlv55kyosrum2ubs@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r--tools/perf/util/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h
index c014b2fc22b3..b8dfbe1d9670 100644
--- a/tools/perf/util/util.h
+++ b/tools/perf/util/util.h
@@ -15,7 +15,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>
-#include <string.h>
#include <sys/wait.h>
#include <poll.h>
#include <linux/types.h>