fix some public headers that were called as local.
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 18:11:28 +0000 (18:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 May 2003 18:11:28 +0000 (18:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@51 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/hook.c
ltt/branches/poly/lttv/main.c
ltt/branches/poly/lttv/module.c
ltt/branches/poly/lttv/option.c

index 6fcca66a6c3bdb42af0aa6b80aa66336a70f7f98..18ed98efb2dc0b3e91e33bb91d844167ea1fee12 100644 (file)
@@ -1,4 +1,4 @@
-#include "hook.h"
+#include <lttv/hook.h>
 
 
 typedef struct _lttv_hook_closure {
index db28acf3db6c909cf6796f53a4fa1654e06a2777..54093b267cd1b129d19d74ded454fae556ab9802 100644 (file)
@@ -1,10 +1,11 @@
 
+#include <lttv/hook.h>
+#include <lttv/module.h>
+
 #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
index a966d6ca7bb73b8abca8a3c92cf4cf6dcb20b5b2..efeceec09c6b79684b2d378627032d7cedc4a5cc 100644 (file)
@@ -7,9 +7,9 @@
  * Reworked by Mathieu Desnoyers, May 2003
  */
 
-#include "lttv.h"
-#include "module.h"
 #include <popt.h>
+#include <lttv/module.h>
+#include "lttv.h"
 
 /* Table of loaded modules and paths where to search for modules */
 
index 4a42f747531fb54158504b1d9a0fc1f8625b5b3e..c5180ef25d07305c12c361f6946ec23b28e66474 100644 (file)
@@ -1,8 +1,8 @@
 #include <popt.h>
 
+#include <lttv/hook.h>
 #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. */
This page took 0.025171 seconds and 4 git commands to generate.