mesa: move ast_to_hir.cpp off mtypes.h
authorDave Airlie <airlied@redhat.com>
Fri, 7 Jan 2022 04:23:06 +0000 (14:23 +1000)
committerMarge Bot <emma+marge@anholt.net>
Thu, 20 Jan 2022 00:20:06 +0000 (00:20 +0000)
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>

src/compiler/glsl/ast_to_hir.cpp

index d5ebd78..a3e97ba 100644 (file)
@@ -54,7 +54,7 @@
 #include "ast.h"
 #include "compiler/glsl_types.h"
 #include "util/hash_table.h"
-#include "main/mtypes.h"
+#include "main/consts_exts.h"
 #include "main/macros.h"
 #include "main/shaderobj.h"
 #include "ir.h"