Move headers under include/
[lttng-modules.git] / probes / lttng-probe-kmem.c
index 9573018fbbb8a103c10a5e2006e87db9db50dcc7..43437afc6fe34c7976b5e74314ec89e04a175ea2 100644 (file)
@@ -8,14 +8,9 @@
  * Copyright (C) 2012 Mentor Graphics Corp.
  */
 
-/*
- * This page_alloc.h wrapper needs to be included before gfpflags.h because it
- * overrides a function with a define.
- */
-#include <wrapper/page_alloc.h>
 #include <linux/module.h>
 #include <linux/mm.h>
-#include <lttng-tracer.h>
+#include <lttng/lttng-tracer.h>
 
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
@@ -23,7 +18,7 @@
  */
 #include <trace/events/kmem.h>
 
-#include <wrapper/tracepoint.h>
+#include <lttng/lttng-tracepoint.h>
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.022837 seconds and 4 git commands to generate.