mesa: Drop include of simple_list.h from mtypes.h.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 8 Jun 2015 11:49:31 +0000 (14:49 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 9 Jun 2015 10:56:06 +0000 (13:56 +0300)
commitf9367191b30956b9cfe578dd8e426b28d2417b6b
tree47e6147da30da951ae398366bcd7c9efabdb145f
parent277b94f172c44cb4199a740722f42bc701d591dc
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>
src/mesa/main/mtypes.h