X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Ffs-src%2Fdata-stream-file.cpp;h=7261fc748b5a48d3424b5e398520fd23129a1a84;hb=5656cea5531432357cf7ca2a0be14adae5a1e3d3;hp=4a500221ec387c3369dbe14913562b1fa7a7a16f;hpb=507d9140a9f7fba601a53b9ae210f82e8cc3f041;p=babeltrace.git diff --git a/src/plugins/ctf/fs-src/data-stream-file.cpp b/src/plugins/ctf/fs-src/data-stream-file.cpp index 4a500221..7261fc74 100644 --- a/src/plugins/ctf/fs-src/data-stream-file.cpp +++ b/src/plugins/ctf/fs-src/data-stream-file.cpp @@ -17,18 +17,19 @@ #define BT_COMP_LOG_SELF_COMP (self_comp) #define BT_LOG_OUTPUT_LEVEL (log_level) #define BT_LOG_TAG "PLUGIN/SRC.CTF.FS/DS" +#include + #include "logging/comp-logging.h" #include "common/assert.h" #include "compat/endian.h" /* IWYU pragma: keep */ #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-file.hpp" #include "file.hpp" #include "fs.hpp" #include "lttng-index.hpp" -#include "plugins/ctf/common/metadata/ctf-meta.hpp" static inline size_t remaining_mmap_bytes(struct ctf_fs_ds_file *ds_file) {