From: David Miller Date: Tue, 27 Mar 2012 04:03:01 +0000 (-0400) Subject: perf symbols: Do not include libgen.h X-Git-Tag: firefly_0821_release~3680^2~3091^2~3^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3738d40ec51317eb8390218a33513ca35656f107;p=firefly-linux-kernel-4.4.55.git perf symbols: Do not include libgen.h That causes us to end up using the XPG version of basename which can modify it's argument. Signed-off-by: David S. Miller Link: http://lkml.kernel.org/r/20120327.000301.1122788061724345175.davem@davemloft.net Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c index 5dd83c3e2c0c..d9e995bf8b6f 100644 --- a/tools/perf/util/symbol.c +++ b/tools/perf/util/symbol.c @@ -1,6 +1,5 @@ #include #include -#include #include #include #include