]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf tools: Remove string.h from util.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 22:06:30 +0000 (19:06 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Apr 2017 16:43:32 +0000 (13:43 -0300)
commit72f7c4d22ccf7c7e78aa80ea3285e77404b31913
tree6f323df961024dcf0757465ab1ccb5cae2d50792
parent86a5e0c2028899465a129d87f60fe4018c5ae839
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>
tools/perf/util/comm.c
tools/perf/util/namespaces.c
tools/perf/util/util.h
tools/perf/util/xyarray.c