diff options
author | Lv Ruyi <[email protected]> | 2022-01-17 08:37:30 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2022-01-22 17:12:23 -0300 |
commit | 24ead7c254b42c4ea252e57bf9928154dc7744e0 (patch) | |
tree | 619832bee2e0af2915093acec1ff8e0f38cc115a | |
parent | 440286993960bea4aa09d912a5497d92d09ae54c (diff) |
perf cpumap: Remove duplicate include in cpumap.h
Remove all but the first include of stdbool.h from cpumap.h.
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Lv Ruyi <[email protected]>
Acked-by: Ian Rogers <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: James Clark <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: CGEL ZTE <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/cpumap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/cpumap.h b/tools/perf/util/cpumap.h index 5c85fbd709b4..703ae6d3386e 100644 --- a/tools/perf/util/cpumap.h +++ b/tools/perf/util/cpumap.h @@ -4,7 +4,6 @@ #include <stdbool.h> #include <stdio.h> -#include <stdbool.h> #include <internal/cpumap.h> #include <perf/cpumap.h> |