aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2010-10-19 20:47:56 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2010-10-22 17:48:16 -0200
commit8bfb5e7d6a14b29cffddd113f4b0be7d9aafc1e8 (patch)
tree8c00317aaa895a439d5b580d0bda38a072af54f5 /tools
parentperf probe: Add basic module support (diff)
downloadlinux-dev-8bfb5e7d6a14b29cffddd113f4b0be7d9aafc1e8.tar.xz
linux-dev-8bfb5e7d6a14b29cffddd113f4b0be7d9aafc1e8.zip
perf tools: Remove direct slang.h include
We wrap it in libslang.h because we need to deal with older slang release where HAVE_LONG_LONG is referenced as: So we need to define it. Noticed when rebuilding the perf tools on a RHEL5 machine. Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Stephane Eranian <eranian@google.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/ui/browser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/ui/browser.c b/tools/perf/util/ui/browser.c
index 6d0df809a2ed..8bc010edca25 100644
--- a/tools/perf/util/ui/browser.c
+++ b/tools/perf/util/ui/browser.c
@@ -1,4 +1,3 @@
-#include <slang.h>
#include "libslang.h"
#include <linux/compiler.h>
#include <linux/list.h>