git-svn-id: http://ltt.polymtl.ca/svn@123 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / lttv / main.c
index db28acf3db6c909cf6796f53a4fa1654e06a2777..d44d8f51b90f623b88e462f45543a90131924b8a 100644 (file)
@@ -1,11 +1,14 @@
 
-#include "lttv.h"
-#include "trace.h"
-#include "attribute.h"
-#include "hook.h"
-#include "option.h"
-#include "module.h"
+#include <lttv/hook.h>
+#include <lttv/module.h>
 
+#include <lttv/lttv.h>
+#include <lttv/attribute.h>
+#include <lttv/option.h>
+
+#include <lttv/traceSet.h>
+
+#include <ltt/trace.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
    through an exported API */
This page took 0.023193 seconds and 4 git commands to generate.