X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=4463a89f2fcf0e128302a16109f3db5ef6c2fd72;hb=9441df61728a22747f28a713b6c00b1732acbd57;hp=0417f1e962215807ef1f590314b01167e7b14b85;hpb=da485f9c8477cb58da0a5a6ae60195b29a3fbd85;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 0417f1e9..4463a89f 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -7,11 +7,8 @@ #include #include -#include "marker.h" +#include #include "usterr.h" -#include "tracer.h" -#include "marker-control.h" -#include "relay.h" #include "tp.h" @@ -73,6 +70,3 @@ int main() return 0; } - -MARKER_LIB; -TRACEPOINT_LIB;