diff options
author | Tiezhu Yang <yangtiezhu@loongson.cn> | 2020-06-02 07:15:04 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2020-06-02 17:09:41 +0300 |
commit | 3e9b26dc2268cfbeef85bee095f883264c18425c (patch) | |
tree | 2475c288aaf07fa40b5efa3b72ce0fe6723f3f9b /tools/perf/util/config.c | |
parent | 0affd0e5262b6d40f5f63466d88933e99698e240 (diff) | |
download | linux-3e9b26dc2268cfbeef85bee095f883264c18425c.tar.xz |
perf tools: Remove some duplicated includes
There exists some duplicated includes in tools/perf, remove them.
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: xuefeng li <lixuefeng@loongson.cn>
Link: http://lore.kernel.org/lkml/1591071304-19338-2-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/config.c')
-rw-r--r-- | tools/perf/util/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/config.c b/tools/perf/util/config.c index 8e65f1fa421f..20be0504fb95 100644 --- a/tools/perf/util/config.c +++ b/tools/perf/util/config.c @@ -21,7 +21,6 @@ #include "build-id.h" #include "debug.h" #include "config.h" -#include "debug.h" #include <sys/types.h> #include <sys/stat.h> #include <stdlib.h> |