header modif
[lttv.git] / ltt / branches / poly / lttv / main.c
index fdb44c70e3e4f15e7ad0fd1a436460995bcc6020..b484bbc1e58b5bcef54bcd8e207af3c9b8046181 100644 (file)
@@ -1,6 +1,6 @@
 
-#include <lttv/lttv.h>
-#include <lttv/trace.h>
+#include "lttv.h"
+#include "trace.h"
 
 
 /* The main program maintains a few central data structures and relies
@@ -11,7 +11,7 @@
    they are loaded and initialized. */
 
 
-lttv_attributes *attributes_global;
+static lttv_attributes *attributes_global;
 
 static lttv_hooks
   *hooks_init_after,
This page took 0.022733 seconds and 4 git commands to generate.