X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lib%2Fringbuffer%2Fapi.h;h=13261031f7963b8db0e8ea1b91e4468ef9fcda50;hb=369708f464bedc0682151df9308cebfa14dbdb2b;hp=e469d46cba7d347cdb5a23ea32c7c02d30a8db47;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git diff --git a/lib/ringbuffer/api.h b/lib/ringbuffer/api.h index e469d46c..13261031 100644 --- a/lib/ringbuffer/api.h +++ b/lib/ringbuffer/api.h @@ -10,15 +10,15 @@ #ifndef _LIB_RING_BUFFER_API_H #define _LIB_RING_BUFFER_API_H -#include -#include -#include +#include +#include +#include /* * ring_buffer_frontend_api.h contains static inline functions that depend on * client static inlines. Hence the inclusion of this >api> header only * within the client. */ -#include +#include #endif /* _LIB_RING_BUFFER_API_H */