Cleanup headers
[urcu.git] / tests / test_qsbr_timing.c
index 2a8963a3dc315110d6f94e6ffba0c21d531c4fd7..3585f83470a9ed28120312dd3d4c5fb8e4293b62 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <assert.h>
 #include <sys/syscall.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
@@ -51,7 +51,7 @@ static inline pid_t gettid(void)
 #endif
 
 #define _LGPL_SOURCE
-#include "../urcu-qsbr.h"
+#include <urcu-qsbr.h>
 
 pthread_mutex_t rcu_copy_mutex = PTHREAD_MUTEX_INITIALIZER;
 
This page took 0.022829 seconds and 4 git commands to generate.