Better debug and fix an error handling
[lttng-tools.git] / ltt-sessiond / session.c
index 1ffe1d8e7ec05a47a2c0e1d372025eca764cc61a..118c8f57cb6d2ff14ca5c9656c35cddab7535c4d 100644 (file)
 
 #define _GNU_SOURCE
 #include <limits.h>
-#include <pthread.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <time.h>
-#include <urcu/list.h>
 
-#include "lttngerr.h"
+#include <lttngerr.h>
+
 #include "session.h"
 
 /*
This page took 0.022967 seconds and 4 git commands to generate.