Rewrite last GPL bits in relay.c and relay.h
[ust.git] / tests / hello / hello.c
index 102b7db258ce566daff95bc2ce540c629a75d1f8..561d92e464d7f00871a97f42265a190a4c0ee141 100644 (file)
@@ -7,13 +7,10 @@
 #include <fcntl.h>
 #include <signal.h>
 
-#include "marker.h"
+#include <ust/marker.h>
 #include "usterr.h"
-#include "tracer.h"
-#include "marker-control.h"
-#include "relay.h"
 #include "tp.h"
-
+#include "tracer.h"
 
 void inthandler(int sig)
 {
@@ -49,7 +46,6 @@ int init_int_handler(void)
 
 int main()
 {
-       int result;
        int i;
 
        init_int_handler();
@@ -74,6 +70,3 @@ int main()
 
        return 0;
 }
-
-MARKER_LIB;
-TRACEPOINT_LIB;
This page took 0.022522 seconds and 4 git commands to generate.