Clean-up: sessiond kernel: fix include style
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:22:19 +0000 (12:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Aug 2020 16:23:15 +0000 (12:23 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I8959283af0cafa94b0939e0025b08b40ff86653e

src/bin/lttng-sessiond/kernel.c

index a117575b74c45ae067ed9ac31fccc6952a3e9fd0..0ba10f912d85f456a4966e3ad523e0782d218dd6 100644 (file)
@@ -5,12 +5,6 @@
  *
  */
 
  *
  */
 
-#include "bin/lttng-sessiond/tracker.h"
-#include "common/tracker.h"
-#include "common/utils.h"
-#include "lttng/event.h"
-#include "lttng/lttng-error.h"
-#include "lttng/tracker.h"
 #define _LGPL_SOURCE
 #include <fcntl.h>
 #include <stdlib.h>
 #define _LGPL_SOURCE
 #include <fcntl.h>
 #include <stdlib.h>
 #include <common/kernel-ctl/kernel-ctl.h>
 #include <common/kernel-ctl/kernel-ioctl.h>
 #include <common/sessiond-comm/sessiond-comm.h>
 #include <common/kernel-ctl/kernel-ctl.h>
 #include <common/kernel-ctl/kernel-ioctl.h>
 #include <common/sessiond-comm/sessiond-comm.h>
+#include <common/tracker.h>
+#include <common/utils.h>
+#include <lttng/event.h>
+#include <lttng/lttng-error.h>
+#include <lttng/tracker.h>
 
 #include "lttng-sessiond.h"
 #include "lttng-syscall.h"
 
 #include "lttng-sessiond.h"
 #include "lttng-syscall.h"
@@ -35,6 +34,7 @@
 #include "utils.h"
 #include "rotate.h"
 #include "modprobe.h"
 #include "utils.h"
 #include "rotate.h"
 #include "modprobe.h"
+#include "tracker.h"
 
 /*
  * Key used to reference a channel between the sessiond and the consumer. This
 
 /*
  * Key used to reference a channel between the sessiond and the consumer. This
This page took 0.025825 seconds and 4 git commands to generate.