create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / ltt / event.h
index 75b2e299e8bf1c378ecf79972de5079cce748e37..2574a271b04f653de53e63c92fb97ea8abc7cc89 100644 (file)
@@ -1,13 +1,14 @@
 #ifndef _LTT_EVENT_H
 #define _LTT_EVENT_H
 
-#include <ltt/time.h>
 #include <glib.h>
 #include <stdint.h>
 #include <sys/types.h>
-#include <ltt/ltt.h>
 #include <endian.h>
-#include <ltt/markers.h>
+#include <ltt/ltt.h>
+#include <ltt/time.h>
+
+struct marker_field;
 
 /*
  * Structure LttEvent and LttEventPosition must begin with the _exact_ same
@@ -109,6 +110,4 @@ static inline LttCycleCount ltt_event_cycle_count(const LttEvent *e)
   return e->tsc;
 }
 
-
-
 #endif //_LTT_EVENT_H
This page took 0.026719 seconds and 4 git commands to generate.