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/debug.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/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index b50d79e0c26..c93e84a04d0 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -26,11 +26,11 @@ #include <stdio.h> #include "mtypes.h" #include "attrib.h" -#include "colormac.h" #include "enums.h" #include "formats.h" #include "hash.h" #include "imports.h" +#include "macros.h" #include "debug.h" #include "get.h" #include "pixelstore.h" |