diff options
author | Brian Paul <[email protected]> | 2011-01-04 07:24:36 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-04 07:24:38 -0700 |
commit | 6a102074bb30e44273e999ee8cdd2afbfbc4e333 (patch) | |
tree | c853eef829f625de2c1238287bb987b48f60d167 /src/gallium/drivers/i965 | |
parent | c8a6a8bf2c8c530edfea737ab0f316ae7b1e42ee (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.h | 2 |
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 8ecb99834f4..ec6eec8910f 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; |