summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-01-04 07:24:36 -0700
committerBrian Paul <brianp@vmware.com>2011-01-04 07:24:38 -0700
commit6a102074bb30e44273e999ee8cdd2afbfbc4e333 (patch)
treec853eef829f625de2c1238287bb987b48f60d167 /src/gallium/drivers/i965
parentc8a6a8bf2c8c530edfea737ab0f316ae7b1e42ee (diff)
i965g: include brw_types.h instead of GL/gl.h
Alternately, some search&replace could be used to replace all occurances of GLint with int, etc. in the driver.
Diffstat (limited to 'src/gallium/drivers/i965')
-rw-r--r--src/gallium/drivers/i965/intel_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/intel_structs.h b/src/gallium/drivers/i965/intel_structs.h
index 8ecb99834f..ec6eec8910 100644
--- a/src/gallium/drivers/i965/intel_structs.h
+++ b/src/gallium/drivers/i965/intel_structs.h
@@ -1,7 +1,7 @@
#ifndef INTEL_STRUCTS_H
#define INTEL_STRUCTS_H
-#include <GL/gl.h>
+#include "brw_types.h"
struct br0 {
GLuint length:8;