Kaynağa Gözat

perf tools: Remove a few more needless includes from util.h

Link: http://lkml.kernel.org/n/tip-sb2zu21d6h42e5qnsrtl6wuu@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Arnaldo Carvalho de Melo 8 yıl önce
ebeveyn
işleme
bf6733432d
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      tools/perf/util/util.h

+ 0 - 4
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>