mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
perf tools: Remove needless includes from cache.h
The cache.h header doesn't use any of the definitions in some of the headers it includes, ditch them and fix the fallout, where files were getting stuff they needed just because they were including it, sometimes not using what it really exports at all. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-l6r2bmj8h1g3e01wr981on0n@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
16b7c9bda5
commit
175729fc2c
11 changed files with 15 additions and 4 deletions
|
@ -11,6 +11,8 @@
|
|||
* which is what it's designed for.
|
||||
*/
|
||||
#include "cache.h"
|
||||
#include "util.h"
|
||||
#include <limits.h>
|
||||
|
||||
static char bad_path[] = "/bad-path/";
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue