mesa: Remove inclusion of compiler.h from mtypes.h.
authorVinson Lee <vlee@vmware.com>
Sun, 1 Aug 2010 06:04:41 +0000 (23:04 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 1 Aug 2010 06:04:41 +0000 (23:04 -0700)
commit9846b0627149e221c9fbd7c3379e33fb68e68511
treea73eb43172b1911f29fa5cc56f6e28f31cf2e036
parente7242b6e8a6df30f198d112b4da885f9717191a7
mesa: Remove inclusion of compiler.h from mtypes.h.

mtypes.h does not use any symbols from compiler.h.

Also add the required headers for files that depended on symbols from
compiler.h but were indirectly including compiler.h through mtypes.h.
src/mesa/drivers/dri/i965/brw_util.c
src/mesa/drivers/dri/mach64/mach64_ioctl.h
src/mesa/main/mtypes.h
src/mesa/main/texstate.h
src/mesa/program/prog_parameter_layout.c
src/mesa/state_tracker/st_atom_depth.c
src/mesa/state_tracker/st_atom_stipple.c
src/mesa/state_tracker/st_mesa_to_tgsi.c
src/mesa/state_tracker/st_texture.c
src/mesa/vbo/vbo_exec_draw.c