]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/threading/thread.h
Rename and move basicmacros.h to util/basic_macros.h
[dragonfireclient.git] / src / threading / thread.h
index 5f2d8aad192814232ef27ede4e98c1a06db22a8e..6a24afffb72ea9b1299c7df3239f7c5cef4caabe 100644 (file)
@@ -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"