]> git.baikalelectronics.ru Git - kernel.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)
commit25972528d08d183c39f3c90f7b673527cd4ffa7f
tree6f323df961024dcf0757465ab1ccb5cae2d50792
parentb43d1bbfae2a1dbdf697ee9612056beadd3d2ed4
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