modules makefiles
[lttv.git] / ltt / branches / poly / lttv / lttv.h
index 27a94d0d6a7b2996f35190698ba09b6c25fc7830..ad9f3044599e8b6e922fcd8b18ca12becb583311 100644 (file)
@@ -1,15 +1,13 @@
 #ifndef LTTV_H
 #define LTTV_H
 
+#include "attribute.h"
 
-#include <lttv/attribute.h>
-#include <lttv/hook.h>
-#include <lttv/option.h>
-#include <lttv/module.h>
 /* Initial draft by Michel Dagenais May 2003
  * Reworked by Mathieu Desnoyers, May 2003
  */
 
+
 /* The modules in the visualizer communicate with the main module and
    with each other through attributes. There is a global set of attributes as
    well as attributes attached to each trace set, trace and tracefile. */
@@ -17,6 +15,7 @@
 lttv_attributes *lttv_global_attributes();
 
 
+
 /* Modules are allowed to define new command line options.
 
    Each option has a long name (--long_name), a short one character 
This page took 0.02252 seconds and 4 git commands to generate.