mesa: include mtypes.h less

- remove mtypes.h from most header files
- add main/menums.h for often used definitions
- remove main/core.h

v2: fix radv build

Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Marek Olšák
2018-04-08 13:13:08 -04:00
parent 57f4268da4
commit 43d66c8c2d
177 changed files with 477 additions and 367 deletions

View File

@@ -21,7 +21,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#include "main/core.h"
#include "ir.h"
#include "linker.h"
#include "ir_uniform.h"
@@ -29,6 +28,7 @@
#include "program.h"
#include "string_to_uint_map.h"
#include "ir_array_refcount.h"
#include "main/mtypes.h"
/**
* \file link_uniforms.cpp