X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fliblttng-ust%2Flttng-ust-abi.c;h=f1096d06f9716ace6370490474e85ff29e959c3e;hb=635ead38ff3308bd6475f088d6a58e6267e53d86;hp=61105ace6dccd9d83e00865454e7580252b21199;hpb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;p=lttng-ust.git diff --git a/src/liblttng-ust/lttng-ust-abi.c b/src/liblttng-ust/lttng-ust-abi.c index 61105ace..f1096d06 100644 --- a/src/liblttng-ust/lttng-ust-abi.c +++ b/src/liblttng-ust/lttng-ust-abi.c @@ -35,19 +35,20 @@ #include #include #include -#include -#include -#include "../libringbuffer/frontend_types.h" -#include "../libringbuffer/frontend.h" -#include "../libringbuffer/shm.h" -#include "../libcounter/counter.h" +#include "common/ust-fd.h" +#include "common/logging.h" + +#include "common/ringbuffer/frontend_types.h" +#include "common/ringbuffer/frontend.h" +#include "common/ringbuffer/shm.h" +#include "common/counter/counter.h" #include "tracepoint-internal.h" #include "lttng-tracer.h" #include "string-utils.h" #include "ust-events-internal.h" #include "context-internal.h" -#include "ust-helper.h" +#include "common/macros.h" #define OBJ_NAME_LEN 16