summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_tex.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-09-08 08:52:48 -0700
committerEric Anholt <eric@anholt.net>2008-09-10 13:59:45 -0700
commit35fd72756a05463568d94862f4fcd234903e1204 (patch)
treee501028f9a9926cfbe46d4576cadf02db2f74741 /src/mesa/drivers/dri/i965/brw_tex.c
parent3628185f566e178a12b493fb89abf52b4b281f99 (diff)
intel: track move of bo_exec from drivers to bufmgr.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_tex.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_tex.c b/src/mesa/drivers/dri/i965/brw_tex.c
index 258c6260fb..ab6393420a 100644
--- a/src/mesa/drivers/dri/i965/brw_tex.c
+++ b/src/mesa/drivers/dri/i965/brw_tex.c
@@ -42,7 +42,6 @@
#include "texmem.h"
#include "intel_context.h"
-#include "intel_ioctl.h"
#include "intel_regions.h"
#include "intel_tex.h"
#include "brw_context.h"