mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.h

So it's can be accessed in broader places

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Acked-by: Brian Paul brianp@vmware.com
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19472>
This commit is contained in:
Yonggang Luo
2022-11-02 22:43:19 +08:00
committed by Marge Bot
parent 7b7bbe871c
commit bfa3ce44a6
213 changed files with 211 additions and 211 deletions

View File

@@ -31,7 +31,7 @@
*/
#include "main/glheader.h"
#include "util/glheader.h"
#include "program/prog_parameter.h"
#include "util/bitset.h"

View File

@@ -27,7 +27,7 @@
#include <stdbool.h>
#include "nir.h"
#include "main/glheader.h"
#include "util/glheader.h"
#include "main/menums.h"
#ifdef __cplusplus