Cleanup headers
[urcu.git] / tests / test_perthreadlock_timing.c
index d5bd912784530cc443f0cb868a6b7d6e3691e7f4..10720cbfe1f14aaf7f08db75f4d8afaa750ee284 100644 (file)
@@ -32,7 +32,7 @@
 #include <sys/syscall.h>
 #include <pthread.h>
 
-#include "../arch.h"
+#include <urcu/arch.h>
 
 /* Make this big enough to include the POWER5+ L3 cacheline size of 256B */
 #define CACHE_LINE_SIZE 4096
@@ -52,7 +52,7 @@ static inline pid_t gettid(void)
 }
 #endif
 
-#include "../urcu.h"
+#include <urcu.h>
 
 struct test_array {
        int a;
This page took 0.02223 seconds and 4 git commands to generate.