[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1259740750-12646-1-git-send-email-liming.wang@windriver.com>
Date: Wed, 2 Dec 2009 15:59:10 +0800
From: Liming Wang <liming.wang@...driver.com>
To: Ingo Molnar <mingo@...e.hu>, mhiramat@...hat.com,
fweisbec@...il.com
Cc: Xiao Guangrong <xiaoguangrong@...fujitsu.com>,
peterz@...radead.org, linux-kernel@...r.kernel.org,
Liming Wang <liming.wang@...driver.com>
Subject: [PATCH] perf tools: fix compiling error for strndup
Remove redundant include files to avoid compiling error.
Signed-off-by: Liming Wang <liming.wang@...driver.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@...fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@...il.com>
---
tools/perf/util/string.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/perf/util/string.c b/tools/perf/util/string.c
index 0977cf4..f24a8cc 100644
--- a/tools/perf/util/string.c
+++ b/tools/perf/util/string.c
@@ -1,5 +1,3 @@
-#include <string.h>
-#include <stdlib.h>
#include "string.h"
#include "util.h"
--
1.6.0.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists