X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.h;h=697b400ea4c5a08e1e7a8d2761010bb34870b3fa;hb=a39f4c3c4a26994ab13abbeb065c664b0ab61d25;hp=bc9452cffbe9c2f4b0ba9b11a1986f41203be20a;hpb=bb38a2907d1f182e0fdf443e48da94e3707d7f97;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.h b/ltt/branches/poly/ltt/event.h index bc9452cf..697b400e 100644 --- a/ltt/branches/poly/ltt/event.h +++ b/ltt/branches/poly/ltt/event.h @@ -1,12 +1,12 @@ #ifndef _LTT_EVENT_H #define _LTT_EVENT_H -#include #include #include #include -#include #include +#include +#include #include /* @@ -109,6 +109,4 @@ static inline LttCycleCount ltt_event_cycle_count(const LttEvent *e) return e->tsc; } - - #endif //_LTT_EVENT_H