Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1629936
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 11/22] perf tools: Remove a few more needless includes from util.h |
| Date | 2017-04-24 22:00 +0200 |
| Message-ID | <tzSjp-2Lp-47@gated-at.bofh.it> (permalink) |
| References | <tzSjn-2Lp-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Arnaldo Carvalho de Melo <acme@redhat.com> 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 4e2afd6427cd..0df20a3973da 100644 --- 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> -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 11/22] perf tools: Remove a few more needless includes from util.h Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-04-24 22:00 +0200
csiph-web