.clang-tidy: enable cppcoreguidelines-avoid-const-or-ref-data-members
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 5e2e3686969477007768bb1c3520946a729617cc..9ca87401b70005947a0548d62a6bed262dce1312 100644 (file)
 #ifndef BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_H
 #define BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_H
 
-#include <stdbool.h>
-#include <stdint.h>
-
 #include <glib.h>
+#include <stdint.h>
 
 #include <babeltrace2/babeltrace.h>
 
-#include "common/macros.h"
-#include "../common/metadata/decoder.hpp"
 #include "../common/msg-iter/msg-iter.hpp"
 #include "viewer-connection.hpp"
 
-struct lttng_live_component;
-struct lttng_live_session;
-struct lttng_live_msg_iter;
-
 enum lttng_live_stream_state
 {
     /* This stream won't have data until some known time in the future. */
This page took 0.024599 seconds and 4 git commands to generate.