src/plugins/ctf/common: restructure subtree
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.cpp
index 4bba7ddb326ad9dfbb5108bdfaeb24838f6ff96d..d749816cffd86b0d5c954a321ea9b6a44a2c00cf 100644 (file)
 
 #include <babeltrace2/babeltrace.h>
 
-#include "plugins/ctf/common/metadata/decoder.hpp"
-
 #define BT_COMP_LOG_SELF_COMP self_comp
 #define BT_LOG_OUTPUT_LEVEL   log_level
 #define BT_LOG_TAG            "PLUGIN/SRC.CTF.LTTNG-LIVE/DS"
+#include <glib.h>
+#include <inttypes.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <babeltrace2/babeltrace.h>
+
 #include "logging/comp-logging.h"
 
 #include "common/assert.h"
 #include "compat/mman.h" /* IWYU pragma: keep  */
 
-#include "../common/msg-iter/msg-iter.hpp"
+#include "../common/src/msg-iter/msg-iter.hpp"
 #include "data-stream.hpp"
 
 #define STREAM_NAME_PREFIX "stream-"
This page took 0.024453 seconds and 4 git commands to generate.