summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_util.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 23:04:41 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 23:04:41 -0700
commit9846b0627149e221c9fbd7c3379e33fb68e68511 (patch)
treea73eb43172b1911f29fa5cc56f6e28f31cf2e036 /src/mesa/drivers/dri/i965/brw_util.c
parente7242b6e8a6df30f198d112b4da885f9717191a7 (diff)
downloadexternal_mesa3d-9846b0627149e221c9fbd7c3379e33fb68e68511.zip
external_mesa3d-9846b0627149e221c9fbd7c3379e33fb68e68511.tar.gz
external_mesa3d-9846b0627149e221c9fbd7c3379e33fb68e68511.tar.bz2
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.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_util.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_util.c b/src/mesa/drivers/dri/i965/brw_util.c
index 1db2a21..e878da3 100644
--- a/src/mesa/drivers/dri/i965/brw_util.c
+++ b/src/mesa/drivers/dri/i965/brw_util.c
@@ -30,6 +30,8 @@
*/
+#include <assert.h>
+
#include "main/mtypes.h"
#include "program/prog_parameter.h"
#include "brw_util.h"