diff options
author | Vinson Lee <[email protected]> | 2010-07-30 12:32:47 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 12:32:47 -0700 |
commit | dbfe11c7c3a5c82c4c6182d4fed35aeb19bc4ff3 (patch) | |
tree | 944b8ca89367fbe0b802fec18bd836133b641f7f /src/mesa/main/colormac.h | |
parent | ce1fed1659ee0af063c6bace8a1aba879b85e775 (diff) |
mesa: Remove unnecessary header from colormac.h.
Diffstat (limited to 'src/mesa/main/colormac.h')
-rw-r--r-- | src/mesa/main/colormac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h index 905f4e22837..245fb658bb3 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 |