]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/build-id.h
perf str{filter,list}: Disentangle headers
[karo-tx-linux.git] / tools / perf / util / build-id.h
index d27990610f9f4bfff8598bd71855f4b1f14f1a8c..a96081121179697525d9de77cb14c36797c5027f 100644 (file)
@@ -5,7 +5,6 @@
 #define SBUILD_ID_SIZE (BUILD_ID_SIZE * 2 + 1)
 
 #include "tool.h"
-#include "strlist.h"
 #include <linux/types.h>
 
 extern struct perf_tool build_id__mark_dso_hit_ops;
@@ -34,6 +33,9 @@ char *build_id_cache__origname(const char *sbuild_id);
 char *build_id_cache__linkname(const char *sbuild_id, char *bf, size_t size);
 char *build_id_cache__cachedir(const char *sbuild_id, const char *name,
                               bool is_kallsyms, bool is_vdso);
+
+struct strlist;
+
 struct strlist *build_id_cache__list_all(bool validonly);
 char *build_id_cache__complement(const char *incomplete_sbuild_id);
 int build_id_cache__list_build_ids(const char *pathname,