Use system include path in wrappers
[lttng-modules.git] / wrapper / trace-clock.h
index d6439c7fb13bb1249560e1351cf649a94056414f..efb49f4c2ed57dde712b74d3855e4e2e903f700c 100644 (file)
 #include <linux/percpu.h>
 #include <linux/version.h>
 #include <asm/local.h>
-#include "../lttng-kernel-version.h"
-#include "../lttng-clock.h"
-#include "percpu-defs.h"
-#include "random.h"
+#include <lttng-kernel-version.h>
+#include <lttng-clock.h>
+#include <wrapper/percpu-defs.h>
+#include <wrapper/random.h>
 
 #if ((LTTNG_KERNEL_RANGE(3,10,0, 3,10,14) && !LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,0, 3,10,14,0,0)) \
        || LTTNG_KERNEL_RANGE(3,11,0, 3,11,3))
This page took 0.023755 seconds and 4 git commands to generate.