]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
perf tools: Remove a few more needless includes from util.h
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 19 Apr 2017 21:58:26 +0000 (18:58 -0300)
committerArnaldo 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

index 4e2afd6427cd52943027fd937490b6e71a46b0da..0df20a3973daf546a9098d4f728324882a6ecf06 100644 (file)
 #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>