diff options
author | Vinson Lee <[email protected]> | 2010-01-19 22:47:03 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-19 22:47:03 -0800 |
commit | ac2a665fd75249e02838ec63ef4a5b3db093ceb1 (patch) | |
tree | f8667d2065d8417bda0c6c5e9418249cfae7d44e /src/gallium/drivers/i915/i915_debug.c | |
parent | bea9ed4dc6abbcf2b95f5f55554800d4f41da47a (diff) |
i915g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/i915/i915_debug.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_debug.c b/src/gallium/drivers/i915/i915_debug.c index c6e6d6fd313..237654d26b2 100644 --- a/src/gallium/drivers/i915/i915_debug.c +++ b/src/gallium/drivers/i915/i915_debug.c @@ -29,7 +29,6 @@ #include "i915_context.h" #include "i915_debug.h" #include "i915_batch.h" -#include "pipe/internal/p_winsys_screen.h" #include "util/u_debug.h" |