i965: Drop unused simple_list.h includes.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 22 Oct 2013 03:56:44 +0000 (20:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 22 Oct 2013 04:02:51 +0000 (21:02 -0700)
These don't appear to be necessary.  Everything compiles just fine.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/intel_syncobj.c

index 109f40babe34bc0b65276c93410af55c619d4ec0..55856b3663794924613310a629e86f137ffcf37d 100644 (file)
@@ -37,7 +37,6 @@
 #include "main/imports.h"
 #include "main/macros.h"
 #include "main/points.h"
-#include "main/simple_list.h"
 #include "main/version.h"
 #include "main/vtxfmt.h"
 
index b7875eeba3dff1520aed66d225c1a4c264fcf149..9cde15298fe3ef5020f0a0fc0e671a2c7d50706f 100644 (file)
@@ -38,7 +38,6 @@
  * performance bottleneck, though.
  */
 
-#include "main/simple_list.h"
 #include "main/imports.h"
 
 #include "brw_context.h"