diff options
author | Vinson Lee <[email protected]> | 2010-01-18 21:02:19 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 21:02:19 -0800 |
commit | 2cbc3e0a206b701780c893cf96507778ab1fb5a1 (patch) | |
tree | a8206e757b6108f7184d6e66e8fdef723bb8572c /src/mesa/main | |
parent | 65fa11959f118a75a82d1e432df0b635d316889f (diff) |
mesa: Remove unnecessary header from image.c.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index 3b685cb9471..1dfcc481955 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -36,7 +36,6 @@ #include "image.h" #include "imports.h" #include "macros.h" -#include "pixel.h" /** |