perf timechart: Remove some needless struct forward declarations
authorArnaldo Carvalho de Melo <[email protected]>
Wed, 27 Nov 2013 19:29:50 +0000 (16:29 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 27 Nov 2013 19:29:50 +0000 (16:29 -0300)
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stanislav Fomichev <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-timechart.c

index 436cb5f9d751cd34111b3f759c849a3b9d61f850..c246f029062317ef55ccd979be953078e9279924 100644 (file)
@@ -55,14 +55,8 @@ static bool          tasks_only;
 static bool            with_backtrace;
 
 
-struct per_pid;
 struct per_pidcomm;
-
 struct cpu_sample;
-struct power_event;
-struct wake_event;
-
-struct sample_wrapper;
 
 /*
  * Datastructure layout:
@@ -155,7 +149,6 @@ struct wake_event {
 static struct power_event    *power_events;
 static struct wake_event     *wake_events;
 
-struct process_filter;
 struct process_filter {
        char                    *name;
        int                     pid;