perf dso: Adopt DSO related macros from symbol.h

Reducing the size of symbol.h by removing things that are better placed
somewhere else.

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-edenkmjt1oe5fks2s6umd30b@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo
2019-08-30 09:43:25 -03:00
parent e97fd1383c
commit fac583fdb6
6 changed files with 7 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
#include "color.h"
#include "config.h"
#include "cache.h"
#include "dso.h"
#include "map.h"
#include "symbol.h"
#include "srcline.h"