OSDN Git Service

perf daemon: Remove duplicate sys/file.h include
authorGuo Zhengkui <guozhengkui@vivo.com>
Wed, 6 Oct 2021 06:22:34 +0000 (14:22 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 8 Oct 2021 18:14:50 +0000 (15:14 -0300)
commitc6c00900c751c2fab9e34ee27f5e883fc1a20fc6
tree2393a41608228718247e83b51135ea17420f2b3b
parentc2d4fab01f5e69adbe697c82f35cc31cf200bf93
perf daemon: Remove duplicate sys/file.h include

There is a "#include <sys/file.h>" in line 10, so remove a duplicate
one in line 1124.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
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>
Link: http://lore.kernel.org/lkml/20211006062235.6364-1-guozhengkui@vivo.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-daemon.c