Move internal headers to 'src/' dir
[lttng-ust.git] / src / liblttng-ust-comm / lttng-ust-comm.c
index d5d193d75ff60c39cd5d14bd9a068dc74d67bf1f..2d445cbadc0bda6cafd15cb1bb3594d713d4d2d2 100644 (file)
 #include <fcntl.h>
 
 #include <lttng/ust-ctl.h>
-#include <ust-comm.h>
-#include <ust-fd.h>
-#include <ust-helper.h>
+#include "common/ustcomm.h"
+#include "common/ust-fd.h"
+#include "common/macros.h"
 #include <lttng/ust-error.h>
-#include <ust-dynamic-type.h>
-#include <usterr-signal-safe.h>
+#include "common/dynamic-type.h"
+#include "common/logging.h"
 
 #include "../liblttng-ust/ust-events-internal.h"
 #include "../liblttng-ust/compat.h"
This page took 0.023742 seconds and 4 git commands to generate.