diff options
Diffstat (limited to 'tools/perf/util/symbol-minimal.c')
-rw-r--r-- | tools/perf/util/symbol-minimal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/symbol-minimal.c b/tools/perf/util/symbol-minimal.c index 7e2813ec9498..d6e99af263ec 100644 --- a/tools/perf/util/symbol-minimal.c +++ b/tools/perf/util/symbol-minimal.c | |||
@@ -1,8 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
2 | #include "dso.h" | 1 | #include "dso.h" |
3 | #include "symbol.h" | 2 | #include "symbol.h" |
4 | #include "symsrc.h" | 3 | #include "symsrc.h" |
5 | #include "util.h" | ||
6 | 4 | ||
7 | #include <errno.h> | 5 | #include <errno.h> |
8 | #include <unistd.h> | 6 | #include <unistd.h> |
@@ -13,6 +11,7 @@ | |||
13 | #include <byteswap.h> | 11 | #include <byteswap.h> |
14 | #include <sys/stat.h> | 12 | #include <sys/stat.h> |
15 | #include <linux/zalloc.h> | 13 | #include <linux/zalloc.h> |
14 | #include <internal/lib.h> | ||
16 | 15 | ||
17 | static bool check_need_swap(int file_endian) | 16 | static bool check_need_swap(int file_endian) |
18 | { | 17 | { |