Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751355Ab2BPNyl (ORCPT ); Thu, 16 Feb 2012 08:54:41 -0500 Received: from wp188.webpack.hosteurope.de ([80.237.132.195]:51358 "EHLO wp188.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751009Ab2BPNyk (ORCPT ); Thu, 16 Feb 2012 08:54:40 -0500 From: Danny Kukawka To: Peter Zijlstra Cc: Danny Kukawka , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , Masami Hiramatsu , Steven Rostedt , Jovi Zhang , linux-kernel@vger.kernel.org Subject: [PATCH] tools/perf/util/probe-event.c included string.h twice Date: Thu, 16 Feb 2012 14:54:19 +0100 Message-Id: <1329400459-31570-1-git-send-email-danny.kukawka@bisect.de> X-Mailer: git-send-email 1.7.8.3 X-bounce-key: webpack.hosteurope.de;danny.kukawka@bisect.de;1329400479;b4262c5d; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 28 tools/perf/util/probe-event.c included 'string.h' twice, remove the duplicate. Signed-off-by: Danny Kukawka --- tools/perf/util/probe-event.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c index 29cb654..8ce8356 100644 --- a/tools/perf/util/probe-event.c +++ b/tools/perf/util/probe-event.c @@ -34,7 +34,6 @@ #include "util.h" #include "event.h" -#include "string.h" #include "strlist.h" #include "debug.h" #include "cache.h" -- 1.7.8.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/