Skip to content

Commit

Permalink
perf tools: Remove duplicate headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Souptick Joarder authored and Arnaldo Carvalho de Melo committed Aug 26, 2019
1 parent e051c2f commit b4de344
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/perf/util/data.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <unistd.h>
#include <string.h>
#include <asm/bug.h>
#include <sys/types.h>
#include <dirent.h>

#include "data.h"
Expand Down
1 change: 0 additions & 1 deletion tools/perf/util/get_current_dir_name.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
1 change: 0 additions & 1 deletion tools/perf/util/stat-display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit b4de344

Please sign in to comment.