From: yangxx Date: Wed, 27 Aug 2003 15:32:33 +0000 (+0000) Subject: git-svn-id: http://ltt.polymtl.ca/svn@205 04897980-b3bd-0310-b5e0-8ef037075253 X-Git-Tag: v0.12.20~3284 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=d0cf1bcd1af1aa7f54906756c917b47c0a01079d;hp=e969fd8ead1ce0d34c839d8598a24f3af768d42e;p=lttv.git git-svn-id: ltt.polymtl.ca/svn@205 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c index 019a96b8..35199378 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c +++ b/ltt/branches/poly/lttv/modules/gui/API/gtkTraceSet.c @@ -10,7 +10,7 @@ * */ -#include "common.h" +#include #include #include #include diff --git a/ltt/branches/poly/lttv/modules/gui/API/menu.h b/ltt/branches/poly/lttv/modules/gui/API/menu.h index 7dbe44f0..599dff2d 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/menu.h +++ b/ltt/branches/poly/lttv/modules/gui/API/menu.h @@ -1,7 +1,7 @@ #ifndef MENU_H #define MENU_H -#include "common.h" +#include /* constructor of the viewer */ //typedef GtkWidget* (*lttv_constructor)(void * main_window); diff --git a/ltt/branches/poly/lttv/modules/gui/API/toolbar.h b/ltt/branches/poly/lttv/modules/gui/API/toolbar.h index 0e39107f..28119adc 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/toolbar.h +++ b/ltt/branches/poly/lttv/modules/gui/API/toolbar.h @@ -1,7 +1,7 @@ #ifndef TOOLBAR_H #define TOOLBAR_H -#include "common.h" +#include /* constructor of the viewer */ //typedef GtkWidget* (*lttv_constructor)(void * main_window);