glsl: move ast_function.cpp off mtypes.h

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>
This commit is contained in:
Dave Airlie
2022-01-07 14:22:18 +10:00
committed by Marge Bot
parent b4aa10c089
commit 74fa9c0620
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
#include "ast.h"
#include "compiler/glsl_types.h"
#include "ir.h"
#include "main/mtypes.h"
#include "main/shader_types.h"
#include "main/consts_exts.h"
#include "main/shaderobj.h"
#include "builtin_functions.h"
+1
View File
@@ -33,6 +33,7 @@
#include "main/config.h" /* for MAX_FEEDBACK_BUFFERS */
#include "main/glheader.h"
#include "util/mesa-sha1.h"
/**
* Shader information needed by both gl_shader and gl_linked shader.