Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / tests / hello / hello.c
index 102b7db258ce566daff95bc2ce540c629a75d1f8..c48b6df53359474c1410323bbf3f4a3631766093 100644 (file)
@@ -7,11 +7,8 @@
 #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"
 
 
@@ -49,7 +46,6 @@ int init_int_handler(void)
 
 int main()
 {
-       int result;
        int i;
 
        init_int_handler();
This page took 0.023244 seconds and 4 git commands to generate.