mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
7a8ef4c4b5
commit
4208735d8d
12 changed files with 12 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/wait.h>
|
||||
#include <api/debug.h>
|
||||
#include <linux/time64.h>
|
||||
#ifdef HAVE_BACKTRACE_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue