projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
391e420
)
perf tools: Remove a few more needless includes from util.h
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 19 Apr 2017 21:58:26 +0000
(18:58 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 24 Apr 2017 16:43:31 +0000
(13:43 -0300)
Link:
http://lkml.kernel.org/n/tip-sb2zu21d6h42e5qnsrtl6wuu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/util.h
patch
|
blob
|
blame
|
history
diff --git
a/tools/perf/util/util.h
b/tools/perf/util/util.h
index 4e2afd6427cd52943027fd937490b6e71a46b0da..0df20a3973daf546a9098d4f728324882a6ecf06 100644
(file)
--- a/
tools/perf/util/util.h
+++ b/
tools/perf/util/util.h
@@
-10,18
+10,14
@@
#include <unistd.h>
#include <stdio.h>
#include <sys/stat.h>
-#include <sys/statfs.h>
#include <fcntl.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
-#include <sys/types.h>
-#include <assert.h>
#include <sys/wait.h>
#include <poll.h>
-#include <sys/socket.h>
#include <sys/ioctl.h>
#include <linux/types.h>