Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.hpp
index 59316371066eec9a5fc327d13419e598b42c710e..67e71e0c3770cb925fffa13e6f399c3afd8fbe27 100644 (file)
@@ -9,11 +9,9 @@
 
 #include <glib.h>
 #include <stdint.h>
-#include <stdio.h>
 
 #include <babeltrace2/babeltrace.h>
 
-#include "common/macros.h"
 #include "compat/socket.h"
 
 #define LTTNG_DEFAULT_NETWORK_VIEWER_PORT 5344
@@ -46,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.025543 seconds and 4 git commands to generate.