diff options
author | est31 <MTest31@outlook.com> | 2015-10-31 03:06:36 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-11-02 04:57:55 +0100 |
commit | eabfe091b5ecfa6e53b70e08faf76df7f0684529 (patch) | |
tree | a92a825d8b3234012d3a5b3603b3450ed32ca23e /src/threading/thread.h | |
parent | 8f49358153637bb87f492e558a13cf9f23046e64 (diff) | |
download | minetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.tar.gz minetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.tar.bz2 minetest-eabfe091b5ecfa6e53b70e08faf76df7f0684529.zip |
Rename and move basicmacros.h to util/basic_macros.h
Diffstat (limited to 'src/threading/thread.h')
-rw-r--r-- | src/threading/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |