Mesa (main): turnip: don't use mesa/macros.h to get utils/rounding.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 18 11:10:50 UTC 2021


Module: Mesa
Branch: main
Commit: a854cbc7b5c7e70c0146b2e599049c4e4fc5eb97
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a854cbc7b5c7e70c0146b2e599049c4e4fc5eb97

Author: Dylan Baker <dylan.c.baker at intel.com>
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"



More information about the mesa-commit mailing list