i965g: include brw_types.h instead of GL/gl.h
authorBrian Paul <brianp@vmware.com>
Tue, 4 Jan 2011 14:24:36 +0000 (07:24 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 4 Jan 2011 14:24:38 +0000 (07:24 -0700)
Alternately, some search&replace could be used to replace all
occurances of GLint with int, etc. in the driver.

src/gallium/drivers/i965/intel_structs.h

index 8ecb99834f476f54ecff65ff6c8de6cadfd889aa..ec6eec8910f18b363e4e88611d0a59bf3c665c84 100644 (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;