#ifndef LTTV_H
#define LTTV_H
+#include "attribute.h"
+
/* Initial draft by Michel Dagenais May 2003
* Reworked by Mathieu Desnoyers, May 2003
*/
#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
-#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
#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,