From 3d218f2ac9806110849c9f6055ab9787680bb195 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 May 2003 18:11:28 +0000 Subject: [PATCH] fix some public headers that were called as local. git-svn-id: http://ltt.polymtl.ca/svn@51 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/hook.c | 2 +- ltt/branches/poly/lttv/main.c | 5 +++-- ltt/branches/poly/lttv/module.c | 4 ++-- ltt/branches/poly/lttv/option.c | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ltt/branches/poly/lttv/hook.c b/ltt/branches/poly/lttv/hook.c index 6fcca66a..18ed98ef 100644 --- a/ltt/branches/poly/lttv/hook.c +++ b/ltt/branches/poly/lttv/hook.c @@ -1,4 +1,4 @@ -#include "hook.h" +#include typedef struct _lttv_hook_closure { diff --git a/ltt/branches/poly/lttv/main.c b/ltt/branches/poly/lttv/main.c index db28acf3..54093b26 100644 --- a/ltt/branches/poly/lttv/main.c +++ b/ltt/branches/poly/lttv/main.c @@ -1,10 +1,11 @@ +#include +#include + #include "lttv.h" #include "trace.h" #include "attribute.h" -#include "hook.h" #include "option.h" -#include "module.h" /* The main program maintains a few central data structures and relies on modules for the rest. These data structures may be accessed by modules diff --git a/ltt/branches/poly/lttv/module.c b/ltt/branches/poly/lttv/module.c index a966d6ca..efeceec0 100644 --- a/ltt/branches/poly/lttv/module.c +++ b/ltt/branches/poly/lttv/module.c @@ -7,9 +7,9 @@ * Reworked by Mathieu Desnoyers, May 2003 */ -#include "lttv.h" -#include "module.h" #include +#include +#include "lttv.h" /* Table of loaded modules and paths where to search for modules */ diff --git a/ltt/branches/poly/lttv/option.c b/ltt/branches/poly/lttv/option.c index 4a42f747..c5180ef2 100644 --- a/ltt/branches/poly/lttv/option.c +++ b/ltt/branches/poly/lttv/option.c @@ -1,8 +1,8 @@ #include +#include #include "lttv.h" #include "option.h" -#include "hook.h" /* Extensible array of popt command line options. Modules add options as they are loaded and initialized. */ -- 2.34.1