mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
perf tools: Remove needless evlist.h include directives
Remove the last unneeded use of cache.h in a header, we can check where it is really needed, i.e. we can remove it and be sure that it isn't being obtained indirectly. This is an old file, used by now incorrectly in many places, so it was providing includes needed indirectly, fixup this fallout. 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-3x3l8gihoaeh7714os861ia7@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
7ae811b12e
commit
fa0d98462f
32 changed files with 33 additions and 32 deletions
|
@ -19,7 +19,6 @@
|
|||
#include "build-id.h"
|
||||
#include "color.h"
|
||||
#include "config.h"
|
||||
#include "cache.h"
|
||||
#include "dso.h"
|
||||
#include "map.h"
|
||||
#include "symbol.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue