diff options
author | Vinson Lee <[email protected]> | 2011-01-05 13:47:02 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-05 13:47:02 -0800 |
commit | d5435b3f0c53e964abcd76daf296d11465bcc64e (patch) | |
tree | d37157f06775b92188f7a60e32ec8341eaba927b /src/mesa/swrast/s_triangle.c | |
parent | 332a90e1015f0e1be4fb441e2d34e91f6bba812f (diff) |
swrast: Remove unnecessary headers.
Diffstat (limited to 'src/mesa/swrast/s_triangle.c')
-rw-r--r-- | src/mesa/swrast/s_triangle.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index 85513e1f204..0d2eabca628 100644 --- a/src/mesa/swrast/s_triangle.c +++ b/src/mesa/swrast/s_triangle.c @@ -34,7 +34,6 @@ #include "main/colormac.h" #include "main/imports.h" #include "main/macros.h" -#include "main/texformat.h" #include "program/prog_instruction.h" #include "s_aatriangle.h" |