Remove stdbool.h includes from C++ files
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.hpp
index 4a4faf41d7adb7b36930be68ab86c3065ccd67a0..d963e987b628fb5ad50968d36005d5a28a8b017c 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"
@@ -341,7 +340,6 @@ lttng_live_get_stream_bytes(struct lttng_live_msg_iter *lttng_live_msg_iter,
 
 bool lttng_live_graph_is_canceled(struct lttng_live_msg_iter *msg_iter);
 
-BT_HIDDEN
 void lttng_live_stream_iterator_set_state(struct lttng_live_stream_iterator *stream_iter,
                                           enum lttng_live_stream_state new_state);
 
This page took 0.024716 seconds and 4 git commands to generate.