add missing config.h include
[lttv.git] / ltt / branches / poly / ltt / event.h
index bc9452cffbe9c2f4b0ba9b11a1986f41203be20a..697b400ea4c5a08e1e7a8d2761010bb34870b3fa 100644 (file)
@@ -1,12 +1,12 @@
 #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/ltt.h>
+#include <ltt/time.h>
 #include <ltt/marker.h>
 
 /*
@@ -109,6 +109,4 @@ static inline LttCycleCount ltt_event_cycle_count(const LttEvent *e)
   return e->tsc;
 }
 
-
-
 #endif //_LTT_EVENT_H
This page took 0.022944 seconds and 4 git commands to generate.