create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / ltt / event.c
index f29a2914cae7dba232436346599e0c88d132e210..42a623181b1f7d8c47071274dc520fd95ef90600 100644 (file)
@@ -27,6 +27,8 @@
 #include <ltt/event.h>
 #include <ltt/ltt-types.h>
 #include <ltt/ltt-private.h>
+#include <ltt/marker.h>
+#include <ltt/marker-field.h>
 
 /*****************************************************************************
  *Function name
@@ -152,8 +154,6 @@ guint32 ltt_event_get_unsigned(LttEvent *e, struct marker_field *f)
 {
   gboolean reverse_byte_order;
 
-  g_warning("ltt size: %d", sizeof(LttTracefile));
-
   if(unlikely(f->attributes & LTT_ATTRIBUTE_NETWORK_BYTE_ORDER)) {
     reverse_byte_order = (g_ntohs(0x1) != 0x1);
   } else {
This page took 0.022334 seconds and 4 git commands to generate.