src/plugins/ctf/common: restructure subtree
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.hpp
index 2943e1099c1d73c0e31e1f6e78628a17b2ad57f4..67e71e0c3770cb925fffa13e6f399c3afd8fbe27 100644 (file)
@@ -7,15 +7,11 @@
 #ifndef LTTNG_LIVE_VIEWER_CONNECTION_H
 #define LTTNG_LIVE_VIEWER_CONNECTION_H
 
-#include <stdbool.h>
-#include <stdint.h>
-#include <stdio.h>
-
 #include <glib.h>
+#include <stdint.h>
 
 #include <babeltrace2/babeltrace.h>
 
-#include "common/macros.h"
 #include "compat/socket.h"
 
 #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT 5344
@@ -48,8 +44,6 @@ enum lttng_live_get_one_metadata_status
     LTTNG_LIVE_GET_ONE_METADATA_STATUS_CLOSED = -3,
 };
 
-struct lttng_live_component;
-
 struct live_viewer_connection
 {
     bt_logging_level log_level;
This page took 0.023026 seconds and 4 git commands to generate.