X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Fdata-stream.cpp;h=d749816cffd86b0d5c954a321ea9b6a44a2c00cf;hb=5656cea5531432357cf7ca2a0be14adae5a1e3d3;hp=9ad1e9ef8412186cb8ef465d75cbe5d873857492;hpb=c7e1be4b771715840b4bc3d635f72eeaf1d2e984;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/data-stream.cpp b/src/plugins/ctf/lttng-live/data-stream.cpp index 9ad1e9ef..d749816c 100644 --- a/src/plugins/ctf/lttng-live/data-stream.cpp +++ b/src/plugins/ctf/lttng-live/data-stream.cpp @@ -13,17 +13,22 @@ #include -#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 +#include +#include +#include + +#include + #include "logging/comp-logging.h" #include "common/assert.h" -#include "compat/mman.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-"