diff options
author | Vinson Lee <[email protected]> | 2010-11-20 19:00:18 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-20 19:00:18 -0800 |
commit | b59f3dd8ca012a9427d13a051eef8cfd76af1467 (patch) | |
tree | 3a3afa9e8543a414d0ca4b508363e3d103d6d231 | |
parent | 1310806872799bf30669e426217780d3954aaf9c (diff) |
swrast: Remove unnecessary header.
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index c7aaafcee8c..c7940e9c0da 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -48,7 +48,6 @@ #include "utils.h" #include "main/teximage.h" -#include "main/texfetch.h" #include "main/texformat.h" #include "main/texstate.h" |