float word order
[lttv.git] / ltt / branches / poly / lttv / modules / gui / detailedevents / events.c
index b3c8d5d85af4849db1100266ba4da9bd0a1509b6..129a3e538d33e93def14bcc979925a1b66852f3c 100644 (file)
  *           Inspired from original LTT, made by Karim Yaghmour
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <math.h>
 
 #include <glib.h>
@@ -53,6 +57,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 +1394,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.022818 seconds and 4 git commands to generate.