summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915/i915_context.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-19 22:47:03 -0800
committerVinson Lee <vlee@vmware.com>2010-01-19 22:47:03 -0800
commitac2a665fd75249e02838ec63ef4a5b3db093ceb1 (patch)
treef8667d2065d8417bda0c6c5e9418249cfae7d44e /src/gallium/drivers/i915/i915_context.c
parentbea9ed4dc6abbcf2b95f5f55554800d4f41da47a (diff)
i915g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/i915/i915_context.c')
-rw-r--r--src/gallium/drivers/i915/i915_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i915/i915_context.c b/src/gallium/drivers/i915/i915_context.c
index 94c8aee30f..16ca638119 100644
--- a/src/gallium/drivers/i915/i915_context.c
+++ b/src/gallium/drivers/i915/i915_context.c
@@ -29,12 +29,9 @@
#include "i915_state.h"
#include "i915_screen.h"
#include "i915_batch.h"
-#include "i915_texture.h"
-#include "i915_reg.h"
#include "draw/draw_context.h"
#include "pipe/p_defines.h"
-#include "pipe/internal/p_winsys_screen.h"
#include "pipe/p_inlines.h"
#include "util/u_memory.h"
#include "pipe/p_screen.h"