Fix tar.gz build by removing legacy include to ltt directory
[lttv.git] / lttv / modules / text / batchAnalysis.c
index c830509cce01ebb777469f180b5f17375e8db3c8..e0f453bf111f57c5df06a63eba6eb9f36d86d193 100644 (file)
@@ -36,7 +36,6 @@
 #include <lttv/stats.h>
 #include <lttv/filter.h>
 #endif
-#include <ltt/trace.h>
 #ifdef BABEL_CLEANUP_SYNC
 #include <lttv/sync/sync_chain_lttv.h>
 #endif
@@ -78,7 +77,7 @@ void lttv_trace_option(void *hook_data)
   lttv_traceset_add(traceset, lttv_trace_new(trace));*/
 
   if(lttv_traceset_add_path(traceset, trace_path) < 0) {
-    printf("Cannot add trace %s", trace_path);
+    g_error("Cannot add trace %s", trace_path);
   }
 }
 
This page took 0.023108 seconds and 4 git commands to generate.