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.
This commit is contained in:
Brian Paul 2011-01-04 07:24:36 -07:00
parent c8a6a8bf2c
commit 6a102074bb

View file

@ -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;