wrapper: remove page_alloc wrapper
[lttng-modules.git] / probes / lttng-probe-kmem.c
index 9573018fbbb8a103c10a5e2006e87db9db50dcc7..01f2d9f11e9fa58a66bbfefa6f186ebec24b80a5 100644 (file)
@@ -8,11 +8,6 @@
  * 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>
@@ -23,7 +18,7 @@
  */
 #include <trace/events/kmem.h>
 
-#include <wrapper/tracepoint.h>
+#include "lttng-tracepoint.h"
 
 /*
  * Create LTTng tracepoint probes.
This page took 0.026475 seconds and 4 git commands to generate.