diff options
author | Brian Paul <[email protected]> | 2015-04-01 09:45:31 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-04-01 12:04:28 -0600 |
commit | 8ac9407a835ee892d96f326b0c56967046cbb982 (patch) | |
tree | 87b8797ad6e53e62120775182a45fe715a36ef10 /src/mesa/swrast_setup | |
parent | 2ad8af1a0c319c83e4a8e00db3a9b9cb0ae029eb (diff) |
swrast: remove unneeded #include of colormac.h
Acked-by: Matt Turner <[email protected]>
Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/swrast_setup')
-rw-r--r-- | src/mesa/swrast_setup/ss_context.c | 2 | ||||
-rw-r--r-- | src/mesa/swrast_setup/ss_triangle.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast_setup/ss_context.c b/src/mesa/swrast_setup/ss_context.c index 0b3b9e4dfbe..4fc90c3967e 100644 --- a/src/mesa/swrast_setup/ss_context.c +++ b/src/mesa/swrast_setup/ss_context.c @@ -27,7 +27,7 @@ #include "main/glheader.h" #include "main/imports.h" -#include "main/colormac.h" +#include "main/macros.h" #include "tnl/tnl.h" #include "tnl/t_context.h" #include "tnl/t_pipeline.h" diff --git a/src/mesa/swrast_setup/ss_triangle.c b/src/mesa/swrast_setup/ss_triangle.c index 483c41592e4..b92c20be2b7 100644 --- a/src/mesa/swrast_setup/ss_triangle.c +++ b/src/mesa/swrast_setup/ss_triangle.c @@ -27,7 +27,6 @@ #include "c99_math.h" #include "main/glheader.h" -#include "main/colormac.h" #include "main/macros.h" #include "main/mtypes.h" |