perf tools: Remove poll.h and wait.h from util.h

Not needed in this header, added to the places that need poll(), wait()
and a few other prototypes.

Link: http://lkml.kernel.org/n/tip-i39c7b6xmo1vwd9wxp6fmkl0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Этот коммит содержится в:
Arnaldo Carvalho de Melo
2017-04-19 19:06:30 -03:00
родитель 7a8ef4c4b5
Коммит 4208735d8d
12 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@@ -8,6 +8,7 @@
#include <signal.h>
#include <sys/mman.h>
#include <sys/wait.h>
#include <errno.h>
#include <string.h>