Cleanup headers
[urcu.git] / tests / test_looplen.c
index 50069510fbf1498793f280faa037d392ae287dd6..9e2ee2be780653badab3127f9f42bc07a58cb312 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/syscall.h>
 #include <sched.h>
 
-#include "../arch.h"
+#include <urcu/arch.h>
 
 #if defined(_syscall0)
 _syscall0(pid_t, gettid)
@@ -55,7 +55,7 @@ static inline pid_t gettid(void)
 #else
 #define debug_yield_read()
 #endif
-#include "../urcu.h"
+#include <urcu.h>
 
 static inline void loop_sleep(unsigned long l)
 {
This page took 0.022187 seconds and 4 git commands to generate.