cleanup: convenience libs at root of 'src/common/'
[lttng-ust.git] / src / liblttng-ust / event-notifier-notification.c
index b3e2c94f1bd7a2d7180ad64256bcb325ea393e85..32886fdb3a9d9fe19d81fec92dbbb75c8150326f 100644 (file)
 #include <limits.h>
 
 #include <lttng/ust-endian.h>
-#include <usterr-signal-safe.h>
+#include "common/logging.h"
 #include <urcu/rculist.h>
 
 #include "lttng-tracer-core.h"
 #include "ust-events-internal.h"
-#include "../libmsgpack/msgpack.h"
+#include "common/msgpack/msgpack.h"
 #include "lttng-bytecode.h"
-#include "ust-share.h"
+#include "common/patient.h"
 
 /*
  * We want this write to be atomic AND non-blocking, meaning that we
This page took 0.024376 seconds and 4 git commands to generate.