compiler: Remove the need include "util/glheader.h" and "util/ralloc.h" in glsl_types.h
authorYonggang Luo <luoyonggang@gmail.com>
Sat, 3 Jun 2023 23:31:56 +0000 (07:31 +0800)
committerMarge Bot <emma+marge@anholt.net>
Wed, 7 Jun 2023 00:33:33 +0000 (00:33 +0000)
commit9e8135e9361d83934d1a1979df497b8760fd1384
tree3c6f69d70b004d00a7823c0ae4a74bff4cbe41bf
parent1b836a52ea2dcc0b77a48a2a3d1f9052321cf325
compiler: Remove the need include "util/glheader.h" and "util/ralloc.h" in glsl_types.h

These includes can be moved into .cpp files and down-stream headers

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23420>
src/compiler/glsl/ir.h
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h