X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fliblttng-ust%2Flttng-ust-comm.c;h=137107cd976f697df2e24a8d9763304365a3e9fe;hb=9d315d6d74aac2986b10d708c864d152a0febec7;hp=c0a7311fa66e7797c62c8a207a429e28ad190dcf;hpb=74e79a0da99992c182da26abf45447722eaa400d;p=lttng-ust.git diff --git a/src/liblttng-ust/lttng-ust-comm.c b/src/liblttng-ust/lttng-ust-comm.c index c0a7311f..137107cd 100644 --- a/src/liblttng-ust/lttng-ust-comm.c +++ b/src/liblttng-ust/lttng-ust-comm.c @@ -39,10 +39,10 @@ #include #include #include -#include -#include -#include -#include +#include "common/ustcomm.h" +#include "common/ust-fd.h" +#include "common/logging.h" +#include "common/macros.h" #include "tracepoint-internal.h" #include "lttng-tracer-core.h" #include "compat.h" @@ -53,7 +53,7 @@ #include "getenv.h" #include "ust-events-internal.h" #include "context-internal.h" -#include "ust-compat.h" +#include "common/align.h" #include "lttng-counter-client.h" #include "lttng-rb-clients.h"