projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
perf tools: Fix _GNU_SOURCE macro related strndup() build error
[linux-2.6.git]
/
tools
/
perf
/
util
/
string.c
diff --git
a/tools/perf/util/string.c
b/tools/perf/util/string.c
index
0977cf4
..
f24a8cc
100644
(file)
--- 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"