src/plugins/ctf/common: restructure subtree
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.cpp
index d48984428377d03126b79de2c3b7e41a1feb59c5..7261fc748b5a48d3424b5e398520fd23129a1a84 100644 (file)
@@ -10,7 +10,6 @@
 #include <inttypes.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include <babeltrace2/babeltrace.h>
 #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 <string.h>
+
 #include "logging/comp-logging.h"
 
 #include "common/assert.h"
-#include "common/common.h"
-#include "compat/endian.h"
-#include "compat/mman.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 "metadata.hpp"
+#include "fs.hpp"
+#include "lttng-index.hpp"
 
 static inline size_t remaining_mmap_bytes(struct ctf_fs_ds_file *ds_file)
 {
This page took 0.035417 seconds and 4 git commands to generate.