diff options
Diffstat (limited to 'tools/perf/util/comm.h')
| -rw-r--r-- | tools/perf/util/comm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/util/comm.h b/tools/perf/util/comm.h index 71c9c39340d4..f35d8fbfa2dd 100644 --- a/tools/perf/util/comm.h +++ b/tools/perf/util/comm.h @@ -1,9 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PERF_COMM_H #define __PERF_COMM_H -#include "../perf.h" -#include <linux/rbtree.h> #include <linux/list.h> +#include <linux/types.h> +#include <stdbool.h> struct comm_str; |
