From dbfe11c7c3a5c82c4c6182d4fed35aeb19bc4ff3 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 30 Jul 2010 12:32:47 -0700 Subject: mesa: Remove unnecessary header from colormac.h. --- src/mesa/main/colormac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h index 905f4e2283..245fb658bb 100644 --- a/src/mesa/main/colormac.h +++ b/src/mesa/main/colormac.h @@ -33,9 +33,9 @@ #define COLORMAC_H -#include "imports.h" #include "config.h" #include "macros.h" +#include "mtypes.h" /** \def BYTE_TO_CHAN -- cgit v1.2.3