forked from luck/tmp_suning_uos_patched
perf tools: Remove needless libtraceevent include directives
Remove traceevent/event-parse.h and traceevent/trace-seq.h from places where it is not needed. Should avoid rebuilding those files when these traceevent headers get changed. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Steven Rostedt (VMware) <rostedt@goodmis.org> Cc: Tzvetomir Stoyanov <tstoyanov@vmware.com> Link: https://lkml.kernel.org/n/tip-26hn75jn9rdealn4uqtzend6@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
df55279349
commit
108a1bb9d1
|
@ -10,7 +10,6 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <traceevent/event-parse.h>
|
||||
|
||||
#include "builtin.h"
|
||||
#include "util/color.h"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <linux/err.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/zalloc.h>
|
||||
#include <traceevent/event-parse.h>
|
||||
#include <api/fs/fs.h>
|
||||
|
||||
#include <byteswap.h>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#define _PERF_UTIL_TRACE_EVENT_H
|
||||
|
||||
#include <traceevent/event-parse.h>
|
||||
#include <traceevent/trace-seq.h>
|
||||
#include "parse-events.h"
|
||||
|
||||
struct machine;
|
||||
|
|
Loading…
Reference in New Issue
Block a user