diff options
author | Souptick Joarder <jrdr.linux@gmail.com> | 2019-08-24 12:15:19 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 10:58:29 -0400 |
commit | b4de344b25b9fbd4db7b84da43808a6b7daac887 (patch) | |
tree | 309454fbbf57bd378826ff164c7745449aa6e1c6 /tools/perf/util/data.c | |
parent | e051c2f69850e571cb408b555aaffb00c07dbb05 (diff) |
perf tools: Remove duplicate headers
Removed headers which are included twice.
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1566663319-4283-1-git-send-email-jrdr.linux@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/data.c')
-rw-r--r-- | tools/perf/util/data.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/data.c b/tools/perf/util/data.c index 1d1b97a92c3f..74aafe0df506 100644 --- a/tools/perf/util/data.c +++ b/tools/perf/util/data.c | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | #include <string.h> | 10 | #include <string.h> |
11 | #include <asm/bug.h> | 11 | #include <asm/bug.h> |
12 | #include <sys/types.h> | ||
13 | #include <dirent.h> | 12 | #include <dirent.h> |
14 | 13 | ||
15 | #include "data.h" | 14 | #include "data.h" |