summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-06-02 17:54:10 -0700
committerVinson Lee <vlee@vmware.com>2010-06-02 17:54:10 -0700
commit88008dfaa4838de893af9844863bad8da96ce9c8 (patch)
tree0c6d7e792aad691d844f664507641721761fe89b /src/mesa/drivers/dri/swrast
parentdfe9dec04f707d61633665785600156d282d0d39 (diff)
dri/swrast: Remove unnecessary header.
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r--src/mesa/drivers/dri/swrast/swrast.c1
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 983b924da9..f3903c2e38 100644
--- a/src/mesa/drivers/dri/swrast/swrast.c
+++ b/src/mesa/drivers/dri/swrast/swrast.c
@@ -51,7 +51,6 @@
#include "main/texfetch.h"
#include "main/texformat.h"
#include "main/texstate.h"
-#include "main/texobj.h"
#include "swrast_priv.h"