X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fcfv.h;h=46bc804312801c4dac64743173968e0c6eaf8e30;hb=67f729732d629426de5a04965a81f6f0848af053;hp=5c2276e4ed4d09951511e7e97879a68084bb00fc;hpb=1a9bb5b818e843c35c6dd222342f0af30668b3cb;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;