Rename lttngerr.h to error.h
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 8b512f01d8dcda417c41c0c11dcb3aaca7ca1d5f..d7ed4eb0b0a7fc0ec18b99d7fd73a1a8c8b1485e 100644 (file)
 #include <config.h>
 
 #include <bin/lttng-consumerd/lttng-consumerd.h>
-#include <common/lttngerr.h>
-#include <common/kernel-consumer/kernel-consumer.h>
-#include <common/ust-consumer/ust-consumer.h>
 #include <common/common.h>
-#include <common/defaults.h>
 #include <common/compat/poll.h>
+#include <common/defaults.h>
+#include <common/kernel-consumer/kernel-consumer.h>
+#include <common/ust-consumer/ust-consumer.h>
 
 #include "lttng-sessiond.h"
 #include "channel.h"
This page took 0.0228 seconds and 4 git commands to generate.