From 5ac76b2296e074afbf06358a7ffb1603f8c7593a Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 4 May 2004 20:51:03 +0000 Subject: [PATCH] rename to gtktraceset.h to viewer.h, includes git-svn-id: http://ltt.polymtl.ca/svn@509 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c | 2 +- ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c | 2 +- ltt/branches/poly/lttv/modules/gui/controlflow/module.c | 4 ++-- ltt/branches/poly/lttv/modules/gui/detailedevents/events.c | 4 ++-- ltt/branches/poly/lttv/modules/gui/statistics/statistics.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c index 27df2e4a..9092f958 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawing.c @@ -21,7 +21,7 @@ #include #include -#include +#include #include #include "drawing.h" diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c index df5291d0..697b7df7 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include "eventhooks.h" diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c index d5f49f4e..f4031974 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/module.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/module.c @@ -26,7 +26,7 @@ * * This plugin adds a Control Flow Viewer functionnality to Linux TraceToolkit * GUI when this plugin is loaded. The init and destroy functions add the - * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's + * viewer's insertion menu item and toolbar icon by calling viewer.h's * API functions. Then, when a viewer's object is created, the constructor * creates ans register through API functions what is needed to interact * with the TraceSet window. @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include "cfv.h" #include "eventhooks.h" diff --git a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c index 858ca481..d20efa8c 100644 --- a/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c +++ b/ltt/branches/poly/lttv/modules/gui/detailedevents/events.c @@ -28,7 +28,7 @@ * * This plugin adds a Events Viewer functionnality to Linux TraceToolkit * GUI when this plugin is loaded. The init and destroy functions add the - * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's + * viewer's insertion menu item and toolbar icon by calling viewer.h's * API functions. Then, when a viewer's object is created, the constructor * creates ans register through API functions what is needed to interact * with the TraceSet window. @@ -45,7 +45,7 @@ #include #include -#include +#include #include #include #include diff --git a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c index fe26e80f..cf49beb7 100644 --- a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c +++ b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include -- 2.34.1