diff options
author | Vinson Lee <[email protected]> | 2010-01-18 19:20:56 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 19:20:56 -0800 |
commit | ed5a116eb411aed2a2f1986a1effbb8a426b0065 (patch) | |
tree | d14a54d9edbc487598f00016cc9fe755a35d9949 /src/mesa/main/pixel.c | |
parent | 2f83948370c686d1f5f0b1e0d23b5286169e850d (diff) |
mesa: Remove unnecessary header from pixel.c.
Diffstat (limited to 'src/mesa/main/pixel.c')
-rw-r--r-- | src/mesa/main/pixel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/pixel.c b/src/mesa/main/pixel.c index 3820ebd8894..f6f9c1173a1 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -32,7 +32,6 @@ #include "bufferobj.h" #include "colormac.h" #include "context.h" -#include "image.h" #include "macros.h" #include "pixel.h" #include "mtypes.h" |