Mesa (master): mesa: Remove unnecessary header from colormac.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 19:33:23 UTC 2010


Module: Mesa
Branch: master
Commit: dbfe11c7c3a5c82c4c6182d4fed35aeb19bc4ff3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbfe11c7c3a5c82c4c6182d4fed35aeb19bc4ff3

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 12:32:47 2010 -0700

mesa: Remove unnecessary header from colormac.h.

---

 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 905f4e2..245fb65 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




More information about the mesa-commit mailing list