remove final imports.h and imports.c bits
This moves the fi_types to a new mesa_private.h and removes the imports.c file. The vast majority of this patch is just removing pound includes of imports.h and fixing up the recursive includes. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
* test_eu_validate.cpp) will be rejected.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "brw_eu.h"
|
||||
|
||||
/* We're going to do lots of string concatenation, so this should help. */
|
||||
|
Reference in New Issue
Block a user