mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 07:50:11 +01:00
mesa: Drop include of simple_list.h from mtypes.h.
simple_list.h defines a number of macros with short non-namespaced names that can easily collide with other declarations (first_elem, last_elem, next_elem, prev_elem, at_end), and according to the comment it was only being included because of struct simple_node, which is no longer used in this file. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
277b94f172
commit
f9367191b3
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include "glapi/glapi.h"
|
||||
#include "math/m_matrix.h" /* GLmatrix */
|
||||
#include "glsl/shader_enums.h"
|
||||
#include "util/simple_list.h" /* struct simple_node */
|
||||
#include "main/formats.h" /* MESA_FORMAT_COUNT */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue