diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-19 21:49:18 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-04-20 19:22:43 +0300 |
commit | 9607ad3a63871b074a57ce1facd04a230c38725c (patch) | |
tree | 10a512748092fb0a0f2472011dcdb41f2ab1da7a /tools/perf/util/util.h | |
parent | 3dfed9102694227aa763b9984c50d72de796d39b (diff) | |
download | linux-9607ad3a63871b074a57ce1facd04a230c38725c.tar.xz |
perf tools: Add signal.h to places using its definitions
And remove it from util.h, disentangling it a bit more.
Link: http://lkml.kernel.org/n/tip-2zg9s5nx90yde64j3g4z2uhk@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/util.h')
-rw-r--r-- | tools/perf/util/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index 2a1166f8bb37..6bf141647403 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -22,7 +22,6 @@ #include <sys/types.h> #include <sys/time.h> #include <time.h> -#include <signal.h> #include <assert.h> #include <utime.h> #include <sys/wait.h> |