X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-rpm.c;fp=probes%2Flttng-probe-rpm.c;h=687a54267607527a54838bf40f45f6cd3b7f261d;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=55c11c31422c92fd5ff3841591468d315faf84f5;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-rpm.c b/probes/lttng-probe-rpm.c index 55c11c31..687a5426 100644 --- a/probes/lttng-probe-rpm.c +++ b/probes/lttng-probe-rpm.c @@ -23,7 +23,7 @@ #include #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -36,9 +36,9 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module -#include "../instrumentation/events/lttng-module/rpm.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Andrew Gabbasov ");