Cleanup: src.ctf.lttng-live: add missing `#include <stdint.h>`
[babeltrace.git] / src / plugins / ctf / lttng-live / metadata.h
index 0731c33d93d5c9e8ae90e8c41bd67968465d6b19..6915753d5581c6f6145e739fe8d9020303e05d5f 100644 (file)
  * SOFTWARE.
  */
 
+#include <stdint.h>
 #include <stdio.h>
-#include <glib.h>
-#include "common/macros.h"
-#include <babeltrace2/babeltrace.h>
+
 #include "lttng-live.h"
 
 int lttng_live_metadata_create_stream(struct lttng_live_session *session,
This page took 0.022853 seconds and 4 git commands to generate.