treewide: drop mtypes/macros includes from main

These aren't required in lots of places, so remove them.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14127>
This commit is contained in:
Dave Airlie
2021-12-07 17:20:31 +10:00
committed by Marge Bot
parent 72db15913f
commit d051854cca
21 changed files with 13 additions and 24 deletions

View File

@@ -23,7 +23,7 @@
* SOFTWARE.
*/
#include "main/mtypes.h"
#include "main/glheader.h"
#include "compiler/nir_types.h"
#include "compiler/nir/nir_builder.h"
#include "util/u_debug.h"