Fix tar.gz build by removing legacy include to ltt directory
[lttv.git] / lttv / modules / text / textDump.c
index a09c8b79ecb51f8392ed631135bf949b9452225c..aa628c98232c7eaf77003223cfe7d94abc0f3311 100644 (file)
@@ -37,9 +37,6 @@
 #endif
 // #include <lttv/traceset.h>
 #include <lttv/print.h>
-#include <ltt/ltt.h>
-#include <ltt/event.h>
-#include <ltt/trace.h>
 #include <stdio.h>
 #include <inttypes.h>
 
@@ -352,7 +349,7 @@ static int write_event_content(void *hook_data, void *call_data)
 #endif
 
   /* TODO 2012-03-12 Add state info */
-  lttv_event_to_string(event, a_string, !a_no_field_names);
+  lttv_event_to_string(event, a_string, !a_no_field_names, TRUE);
 
 #ifdef BABEL_CLEANUP
   if(a_state) {
This page took 0.02305 seconds and 4 git commands to generate.