diff options
author | Vinson Lee <[email protected]> | 2010-01-18 22:50:08 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-18 22:50:08 -0800 |
commit | 45a27eacd6301078c6f62682193dda3141088fe2 (patch) | |
tree | 3e7695900c90068d2af35f7129655f5bcce74d09 /src/mesa/main/attrib.c | |
parent | 2613fa815abd7d794ec7144f0ad19ef4f65da991 (diff) |
mesa: Remove unnecessary header from attrib.c.
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index a14f71c3306..7adb2e2eac7 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -33,7 +33,6 @@ #include "bufferobj.h" #include "clear.h" #include "colormac.h" -#include "colortab.h" #include "context.h" #include "depth.h" #include "enable.h" |