Update kernel probes to more detailed match to kernel versions
[lttng-modules.git] / probes / lttng-probe-sched.c
index caef6f70f951b88224ceb7c416698f98d674b12b..8a72e145a6e3a282dbcbc0b4d5d928d9a6c8e664 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <linux/module.h>
-#include "../wrapper/tracepoint.h"
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -29,6 +28,8 @@
  */
 #include <trace/events/sched.h>
 
+#include "../wrapper/tracepoint.h"
+
 /*
  * Create LTTng tracepoint probes.
  */
This page took 0.023615 seconds and 4 git commands to generate.