X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=697b400ea4c5a08e1e7a8d2761010bb34870b3fa;hb=f2a74ed3fec31023600e9f24b318d9b9cc2c9a12;hp=75b2e299e8bf1c378ecf79972de5079cce748e37;hpb=bb8c6629ca2123180877cc3c62dada724c4b6a8a;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index 75b2e299..697b400e 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -1,13 +1,13 @@ #ifndef _LTT_EVENT_H #define _LTT_EVENT_H -#include #include #include #include -#include #include -#include +#include +#include +#include /* * Structure LttEvent and LttEventPosition must begin with the _exact_ same @@ -109,6 +109,4 @@ static inline LttCycleCount ltt_event_cycle_count(const LttEvent *e) return e->tsc; } - - #endif //_LTT_EVENT_H