aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2012-09-08 11:06:52 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-09-08 16:15:16 -0400
commit6c7f631261064762a8ba1ee34fc2b76d117ef3fa (patch)
treef6812e5248557bd16803f787e0cbc9d57ab60133 /tools/perf/util/symbol.h
parent1fb89448871500e5d5e7ad93d6dae68ee4fa464a (diff)
perf symbols: Remove BIONIC wrapper around libgen.h
Now that the 2 offenders are fixed, the BIONIC conditional around libgen.h can be removed. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Pekka Enberg <penberg@kernel.org> Cc: Irina Tirdea <irina.tirdea@gmail.com> Cc: Pekka Enberg <penberg@kernel.org> Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index d3b330cbc3e0..41a15dac4120 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -10,9 +10,7 @@
10#include <linux/rbtree.h> 10#include <linux/rbtree.h>
11#include <stdio.h> 11#include <stdio.h>
12#include <byteswap.h> 12#include <byteswap.h>
13#if defined(__BIONIC__)
14#include <libgen.h> 13#include <libgen.h>
15#endif
16 14
17#ifndef NO_LIBELF_SUPPORT 15#ifndef NO_LIBELF_SUPPORT
18#include <libelf.h> 16#include <libelf.h>