mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
mesa: Drop dead #include "sparc/sparc.h"
sparc.h was removed in when the classic drivers were removed. It only
contained a prototype for _mesa_init_all_sparc_transform_asm() which
wasn't even called by context.c. Remove the #include to fix the build on
sparc.
Fixes: e030d5ba8a ("mesa: Delete libmesa_classic")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6425
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16765>
This commit is contained in:
parent
cd2b4c319a
commit
27f3fb5699
1 changed files with 0 additions and 4 deletions
|
|
@ -143,10 +143,6 @@
|
|||
#include "macros.h"
|
||||
#include "git_sha1.h"
|
||||
|
||||
#ifdef USE_SPARC_ASM
|
||||
#include "sparc/sparc.h"
|
||||
#endif
|
||||
|
||||
#include "compiler/glsl_types.h"
|
||||
#include "compiler/glsl/builtin_functions.h"
|
||||
#include "compiler/glsl/glsl_parser_extras.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue