resourceview: redesign resource handling in a tree fashion
[lttv.git] / ltt / branches / poly / lttv / modules / gui / resourceview / cfv.h
index 5c2276e4ed4d09951511e7e97879a68084bb00fc..46bc804312801c4dac64743173968e0c6eaf8e30 100644 (file)
@@ -24,7 +24,6 @@
 #include <gtk/gtk.h>
 #include <lttvwindow/mainwindow.h>
 #include <lttv/filter.h>
-#include "processlist.h"
 #include <lttvwindow/lttv_plugin_tab.h>
 
 extern GQuark LTT_NAME_CPU;
@@ -39,6 +38,11 @@ typedef struct _Drawing_t Drawing_t;
 typedef struct _ControlFlowData ControlFlowData;
 #endif //TYPE_CONTROLFLOWDATA_DEFINED
 
+#ifndef TYPE_PROCESSLIST_DEFINED
+#define TYPE_PROCESSLIST_DEFINED
+typedef struct _ProcessList ProcessList;
+#endif //TYPE_PROCESSLIST_DEFINED
+
 struct _ControlFlowData {
 
   GtkWidget *top_widget;
This page took 0.022566 seconds and 4 git commands to generate.