From eabfe091b5ecfa6e53b70e08faf76df7f0684529 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 31 Oct 2015 03:06:36 +0100 Subject: Rename and move basicmacros.h to util/basic_macros.h --- src/threading/thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/threading/thread.h') diff --git a/src/threading/thread.h b/src/threading/thread.h index 5f2d8aad1..6a24afffb 100644 --- a/src/threading/thread.h +++ b/src/threading/thread.h @@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE. #ifndef THREADING_THREAD_H #define THREADING_THREAD_H -#include "basicmacros.h" +#include "util/basic_macros.h" #include "threading/atomic.h" #include "threading/mutex.h" #include "threads.h" -- cgit v1.2.3