Use system header paths in core implementation files
[lttng-modules.git] / lttng-context.c
index 1121f6efd8d05066b59efdbbe08c8b1e4cb8ae21..9f5cb249c984a94ea154f0cdc2ee8f3cbf82b069 100644 (file)
@@ -24,9 +24,9 @@
 #include <linux/list.h>
 #include <linux/mutex.h>
 #include <linux/slab.h>
-#include "wrapper/vmalloc.h"   /* for wrapper_vmalloc_sync_all() */
-#include "lttng-events.h"
-#include "lttng-tracer.h"
+#include <wrapper/vmalloc.h>   /* for wrapper_vmalloc_sync_all() */
+#include <lttng-events.h>
+#include <lttng-tracer.h>
 
 /*
  * The filter implementation requires that two consecutive "get" for the
This page took 0.023156 seconds and 4 git commands to generate.