samples/bpf: Use consistent include paths for libbpf
[linux-2.6-microblaze.git] / samples / bpf / offwaketime_kern.c
index 9cb5207..c4ec10d 100644 (file)
@@ -5,8 +5,8 @@
  * License as published by the Free Software Foundation.
  */
 #include <uapi/linux/bpf.h>
-#include "bpf_helpers.h"
-#include "bpf_tracing.h"
+#include <bpf/bpf_helpers.h>
+#include <bpf/bpf_tracing.h>
 #include <uapi/linux/ptrace.h>
 #include <uapi/linux/perf_event.h>
 #include <linux/version.h>