Cleanup headers
[urcu.git] / tests / test_qsbr_gc.c
index 004672db12a16ff777a38cb789821e852f7a15ce..d32d1a04175159bc186aeb9f3fbf6f98e98a837a 100644 (file)
@@ -33,7 +33,7 @@
 #include <sys/syscall.h>
 #include <sched.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
@@ -57,7 +57,7 @@ static inline pid_t gettid(void)
 #endif
 
 #define _LGPL_SOURCE
-#include "../urcu-qsbr.h"
+#include <urcu-qsbr.h>
 
 struct test_array {
        int a;
This page took 0.022596 seconds and 4 git commands to generate.