diff options
author | Brian Paul <[email protected]> | 2015-04-01 09:45:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-04-01 12:04:28 -0600 |
commit | 2768a0b1b42f3c1531ab9c3647a93f0504002280 (patch) | |
tree | 7a3ce764635cda76b8f103efdaf6c8df1b5c1d61 /src/mesa/main/pixel.c | |
parent | f1d55017d7cb0e8fd9314ca29849304eb067960f (diff) |
mesa: remove unneeded #include of colormac.h
Acked-by: Matt Turner <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
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 7162c6fef0a..ecda2694fc8 100644 --- a/src/mesa/main/pixel.c +++ b/src/mesa/main/pixel.c @@ -30,7 +30,6 @@ #include "glheader.h" #include "bufferobj.h" -#include "colormac.h" #include "context.h" #include "macros.h" #include "pixel.h" |