header usage fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 15:42:28 +0000 (15:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 29 May 2003 15:42:28 +0000 (15:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@32 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv.h
ltt/branches/poly/lttv/main.c
ltt/branches/poly/lttv/option.c
ltt/branches/poly/lttv/trace.h

index 265838503297552f1c45d0dd95ae863b9c86a555..ad9f3044599e8b6e922fcd8b18ca12becb583311 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef LTTV_H
 #define LTTV_H
 
+#include "attribute.h"
+
 /* Initial draft by Michel Dagenais May 2003
  * Reworked by Mathieu Desnoyers, May 2003
  */
index b484bbc1e58b5bcef54bcd8e207af3c9b8046181..2ec66f74dd1e2ab059fb43ead5b0346a41bd7aed 100644 (file)
@@ -1,7 +1,10 @@
 
 #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 aa8656f85a030eb77962c0b90b87d22b1df20f70..fc5bc26f0a6f4451280d6237810264412fc044a3 100644 (file)
@@ -1,5 +1,7 @@
 
-#include <lttv/lttv.h>
+#include "lttv.h"
+#include "option.h"
+#include "hook.h"
 #include <popt.h>
 
 /* Extensible array of popt command line options. Modules add options as
index bbe6c4973d7f81b5b95eb11775e525faf2049fd4..9e33e175136199c61cbb5524f8234160b50aa3e0 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef TRACE_H
 #define TRACE_H
 
+#include "attribute.h"
+
 /* A trace is a sequence of events gathered in the same tracing session. The
    events may be stored in several tracefiles in the same directory. 
    A trace set is defined when several traces are to be analyzed together,
This page took 0.026008 seconds and 4 git commands to generate.