projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cea9250
)
i915g: Remove unnecessary header.
author
Vinson Lee
<vlee@vmware.com>
Fri, 22 Jan 2010 07:09:06 +0000
(23:09 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 22 Jan 2010 07:09:06 +0000
(23:09 -0800)
src/gallium/drivers/i915/i915_surface.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i915/i915_surface.c
b/src/gallium/drivers/i915/i915_surface.c
index 9b4366daff924686a549aa851739454451e7735e..793613be7bae5b9850eb07253bdc424c1e9c4ffa 100644
(file)
--- a/
src/gallium/drivers/i915/i915_surface.c
+++ b/
src/gallium/drivers/i915/i915_surface.c
@@
-28,7
+28,6
@@
#include "i915_context.h"
#include "i915_blit.h"
#include "pipe/p_defines.h"
-#include "pipe/p_inlines.h"
/* Assumes all values are within bounds -- no checking at this level -