diff options
author | Souptick Joarder <[email protected]> | 2019-08-24 21:45:19 +0530 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-08-26 11:58:29 -0300 |
commit | b4de344b25b9fbd4db7b84da43808a6b7daac887 (patch) | |
tree | 309454fbbf57bd378826ff164c7745449aa6e1c6 | |
parent | e051c2f69850e571cb408b555aaffb00c07dbb05 (diff) |
perf tools: Remove duplicate headers
Removed headers which are included twice.
Signed-off-by: Souptick Joarder <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/data.c | 1 | ||||
-rw-r--r-- | tools/perf/util/get_current_dir_name.c | 1 | ||||
-rw-r--r-- | tools/perf/util/stat-display.c | 1 |
3 files changed, 0 insertions, 3 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 @@ #include <unistd.h> #include <string.h> #include <asm/bug.h> -#include <sys/types.h> #include <dirent.h> #include "data.h" diff --git a/tools/perf/util/get_current_dir_name.c b/tools/perf/util/get_current_dir_name.c index 01f32f26552d..b205d929245f 100644 --- a/tools/perf/util/get_current_dir_name.c +++ b/tools/perf/util/get_current_dir_name.c @@ -5,7 +5,6 @@ #include "get_current_dir_name.h" #include <unistd.h> #include <stdlib.h> -#include <stdlib.h> /* Android's 'bionic' library, for one, doesn't have this */ diff --git a/tools/perf/util/stat-display.c b/tools/perf/util/stat-display.c index 51d6781aa90d..1461dac2322d 100644 --- a/tools/perf/util/stat-display.c +++ b/tools/perf/util/stat-display.c @@ -14,7 +14,6 @@ #include "string2.h" #include <linux/ctype.h> #include "cgroup.h" -#include <math.h> #include <api/fs/fs.h> #define CNTR_NOT_SUPPORTED "<not supported>" |