i915: remove unneeded #include "util/simple_list.h"

Compile tested only.

Reviewed-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Brian Paul 2016-11-19 06:41:24 -07:00
parent da0bc7b646
commit 5d7b5d8627
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#include "main/glheader.h"
#include "main/macros.h"
#include "main/mtypes.h"
#include "util/simple_list.h"
#include "main/enums.h"
#include "main/mm.h"

View File

@ -38,7 +38,6 @@
* performance bottleneck, though.
*/
#include "util/simple_list.h"
#include "main/imports.h"
#include "intel_context.h"