X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fcfv.h;h=46bc804312801c4dac64743173968e0c6eaf8e30;hb=37b0f1ed7982a8995d29da17a5b1b6b8127eb162;hp=5c2276e4ed4d09951511e7e97879a68084bb00fc;hpb=9e01e6d4aa891aa2900227503bde6e7dd9ae65a1;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/cfv.h b/ltt/branches/poly/lttv/modules/gui/resourceview/cfv.h index 5c2276e4..46bc8043 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/cfv.h +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/cfv.h @@ -24,7 +24,6 @@ #include #include #include -#include "processlist.h" #include 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;