Module: Mesa Branch: main Commit: a854cbc7b5c7e70c0146b2e599049c4e4fc5eb97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a854cbc7b5c7e70c0146b2e599049c4e4fc5eb97
Author: Dylan Baker <[email protected]> Date: Wed Nov 17 17:03:49 2021 -0800 turnip: don't use mesa/macros.h to get utils/rounding.h For hopefully obvious reasons. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13853> --- src/freedreno/vulkan/tu_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/vulkan/tu_private.h b/src/freedreno/vulkan/tu_private.h index 5e690a3cdf7..d88fff2ace1 100644 --- a/src/freedreno/vulkan/tu_private.h +++ b/src/freedreno/vulkan/tu_private.h @@ -46,7 +46,7 @@ #define MESA_LOG_TAG "TU" #include "c11/threads.h" -#include "main/macros.h" +#include "util/rounding.h" #include "util/bitscan.h" #include "util/list.h" #include "util/log.h"
