Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / data-stream-file.hpp
index 1fefeee85f5f92a8b445258f4054e821106eb793..297c859fc451c1a79f1f69c4d6da93e5dd8b0056 100644 (file)
 
 #include <babeltrace2/babeltrace.h>
 
-#include "common/macros.h"
-
 #include "../common/msg-iter/msg-iter.hpp"
-#include "lttng-index.hpp"
-
-struct ctf_fs_component;
-struct ctf_fs_file;
-struct ctf_fs_trace;
-struct ctf_fs_ds_file;
-struct ctf_fs_ds_file_group;
-struct ctf_fs_ds_group_medops_data;
 
 struct ctf_fs_ds_file_info
 {
@@ -33,8 +23,6 @@ struct ctf_fs_ds_file_info
     int64_t begin_ns;
 };
 
-struct ctf_fs_metadata;
-
 struct ctf_fs_ds_file
 {
     bt_logging_level log_level;
This page took 0.024822 seconds and 4 git commands to generate.