Skip to content
Snippets Groups Projects
Commit 27f3fb56 authored by Matt Turner's avatar Matt Turner Committed by Marge Bot
Browse files

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: e030d5ba ("mesa: Delete libmesa_classic")
Closes: #6425
Part-of: <!16765>
parent cd2b4c31
No related branches found
No related tags found
Loading
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment