compile fixes
[lttv.git] / ltt / branches / poly / lttv / main.c
index 54093b267cd1b129d19d74ded454fae556ab9802..d44d8f51b90f623b88e462f45543a90131924b8a 100644 (file)
@@ -2,11 +2,13 @@
 #include <lttv/hook.h>
 #include <lttv/module.h>
 
-#include "lttv.h"
-#include "trace.h"
-#include "attribute.h"
-#include "option.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.022424 seconds and 4 git commands to generate.