Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eb03a52 authored by Brajeswar Ghosh's avatar Brajeswar Ghosh Committed by Arnaldo Carvalho de Melo
Browse files

perf tools: Remove duplicate headers



Remove duplicate headers which are included more than once in the same
file.

Signed-off-by: default avatarBrajeswar Ghosh <brajeswar.linux@gmail.com>
Acked-by: default avatarSouptick Joarder <jrdr.linux@gmail.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Colin King <colin.king@canonical.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Link: http://lkml.kernel.org/r/20190115135916.GA3629@hp-pavilion-15-notebook-pc-brajeswar


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent cf5c6c21
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/wait.h>

#include "sane_ctype.h"

+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
#include <sys/mman.h>
#include <linux/compiler.h>
#include <linux/hw_breakpoint.h>
#include <sys/ioctl.h>

#include "tests.h"
#include "debug.h"
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@
#include <sys/types.h>
#include <stdbool.h>
#include "rwsem.h"
#include <linux/types.h>
#include <linux/bitops.h>
#include "map.h"
#include "namespaces.h"
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
#include <sys/mman.h>
#include <zlib.h>
#include <linux/compiler.h>
#include <unistd.h>

#include "util/compress.h"
#include "util/util.h"