From 9303d9e560fca00da5ab7f476db2ec8730cc95b1 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Fri, 28 Dec 2012 16:16:49 +0900 Subject: [PATCH] --- yaml --- r: 349949 b: refs/heads/master c: eec185ab603fab3b7b5021e840cf4b282c4c7e6b h: refs/heads/master i: 349947: aba934bd13b2ffbc53943edd5758cda11d88d5ee v: v3 --- [refs] | 2 +- trunk/tools/perf/util/symbol-elf.c | 3 --- trunk/tools/perf/util/symbol-minimal.c | 1 - trunk/tools/perf/util/symbol.h | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 6128a7e108f2..79f4906d3036 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a65c23420668f7112395abf9c6f22c6450567bf0 +refs/heads/master: eec185ab603fab3b7b5021e840cf4b282c4c7e6b diff --git a/trunk/tools/perf/util/symbol-elf.c b/trunk/tools/perf/util/symbol-elf.c index f63557b59c06..54efcb5659ac 100644 --- a/trunk/tools/perf/util/symbol-elf.c +++ b/trunk/tools/perf/util/symbol-elf.c @@ -1,6 +1,3 @@ -#include -#include -#include #include #include #include diff --git a/trunk/tools/perf/util/symbol-minimal.c b/trunk/tools/perf/util/symbol-minimal.c index 259f8f2ea9c9..a7390cde63bc 100644 --- a/trunk/tools/perf/util/symbol-minimal.c +++ b/trunk/tools/perf/util/symbol-minimal.c @@ -1,6 +1,5 @@ #include "symbol.h" -#include #include #include #include diff --git a/trunk/tools/perf/util/symbol.h b/trunk/tools/perf/util/symbol.h index ec7b2405c377..d97377ac2f16 100644 --- a/trunk/tools/perf/util/symbol.h +++ b/trunk/tools/perf/util/symbol.h @@ -16,8 +16,8 @@ #ifdef LIBELF_SUPPORT #include #include -#include #endif +#include #include "dso.h"