Add some includes in C++ header files
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.cpp
index eb4bd1291d15245b01e67112ea80b54363329d0a..02c7e6ace88794b303f1b45bbc844ebb0df1e2da 100644 (file)
@@ -5,14 +5,9 @@
  * Copyright 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#include <fcntl.h>
 #include <glib.h>
-#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <unistd.h>
 
 #include <babeltrace2/babeltrace.h>
 
@@ -22,7 +17,6 @@
 #include "logging/comp-logging.h"
 
 #include "common/common.h"
-#include "compat/compiler.h"
 #include "compat/endian.h"
 #include "compat/socket.h"
 
This page took 0.022753 seconds and 4 git commands to generate.