Use system header paths in core implementation files
[lttng-modules.git] / lttng-tracker-pid.c
index 55bf63c994de212ea34a372be80a033d9bcc2be7..02b15c42697b2123595883b1704320cc6275bf70 100644 (file)
 #include <linux/hash.h>
 #include <linux/rcupdate.h>
 
-#include "wrapper/tracepoint.h"
-#include "wrapper/rcu.h"
-#include "wrapper/list.h"
-#include "lttng-events.h"
+#include <wrapper/tracepoint.h>
+#include <wrapper/rcu.h>
+#include <wrapper/list.h>
+#include <lttng-events.h>
 
 /*
  * Hash table is allocated and freed when there are no possible
This page took 0.023737 seconds and 4 git commands to generate.