mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -04:00
pref tools: Add missing map.h includes
Lots of places get the map.h file indirectly, and since we're going to remove it from machine.h, then those need to include it directly, do it now, before we remove that dep. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lkml.kernel.org/n/tip-ob8jehdjda8h5jsrv9dqj9tf@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
9f4e8ff27a
commit
1101f69af5
35 changed files with 35 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "../thread-stack.h"
|
||||
#include "../trace-event.h"
|
||||
#include "../call-path.h"
|
||||
#include "map.h"
|
||||
#include "thread_map.h"
|
||||
#include "cpumap.h"
|
||||
#include "print_binary.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue