aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_draw_upload.c
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2015-11-22 17:40:26 -0800
committerMatt Turner <[email protected]>2015-11-24 10:05:33 -0800
commit76732932ec3918bb9cc04ccd37bc1a8c37051683 (patch)
treee84a04590b10fc4671a48adcd994c0dbfbdcea05 /src/mesa/drivers/dri/i965/gen8_draw_upload.c
parentecac1aab538d65f0867fd93e23d0d020c1a5d0f1 (diff)
i965: Drop #include of main/glheader.h.
It's never used. Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen8_draw_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/gen8_draw_upload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/gen8_draw_upload.c b/src/mesa/drivers/dri/i965/gen8_draw_upload.c
index 1b48643e577..198d612c514 100644
--- a/src/mesa/drivers/dri/i965/gen8_draw_upload.c
+++ b/src/mesa/drivers/dri/i965/gen8_draw_upload.c
@@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
-#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/context.h"
#include "main/enums.h"