filter core
[lttv.git] / ltt / branches / poly / lttv / modules / gui / detailedevents / events.c
index b3c8d5d85af4849db1100266ba4da9bd0a1509b6..659c55335e3d4aa3270f35957a39bda7a36e65ea 100644 (file)
@@ -53,6 +53,7 @@
 #include <lttv/hook.h>
 #include <lttv/tracecontext.h>
 #include <lttv/state.h>
+#include <lttv/filter.h>
 #include <lttvwindow/lttvwindow.h>
 
 #include "hGuiEventsInsert.xpm"
@@ -1389,7 +1390,7 @@ gboolean traceset_changed(void * hook_data, void * call_data)
   LttvTracesetContext * tsc =
         lttvwindow_get_traceset_context(event_viewer_data->tab);
   TimeInterval time_span = tsc->time_span;
-  
   LttTime end;
   remove_all_items_from_queue(event_viewer_data->event_fields_queue);
   gtk_list_store_clear(event_viewer_data->store_m);
This page took 0.024536 seconds and 4 git commands to generate.