Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.cpp
index 41e81ec8e07c9e0e6255dc6350b0d27f0f9014cf..02c7e6ace88794b303f1b45bbc844ebb0df1e2da 100644 (file)
@@ -5,13 +5,9 @@
  * Copyright 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#include <fcntl.h>
 #include <glib.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <unistd.h>
 
 #include <babeltrace2/babeltrace.h>
 
@@ -21,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.023437 seconds and 4 git commands to generate.