aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128
diff options
context:
space:
mode:
authorNicolas Kaiser <[email protected]>2010-09-30 07:43:48 -0700
committerBrian Paul <[email protected]>2010-09-30 09:36:29 -0600
commit705d98deb80db476ef37674d256530fae68171c1 (patch)
tree6ffd18c2efc73a984a30580401686d720583930b /src/mesa/drivers/dri/r128
parentf094b352073bf5414a101b056f47f1ee2f814e81 (diff)
dri/r128: remove duplicated include
Remove duplicated include. Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/r128')
-rw-r--r--src/mesa/drivers/dri/r128/r128_tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r128/r128_tex.c b/src/mesa/drivers/dri/r128/r128_tex.c
index b5a19b510af..2dd47b06a56 100644
--- a/src/mesa/drivers/dri/r128/r128_tex.c
+++ b/src/mesa/drivers/dri/r128/r128_tex.c
@@ -43,7 +43,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "main/teximage.h"
#include "main/texobj.h"
#include "main/imports.h"
-#include "main/texobj.h"
#include "main/macros.h"
#include "xmlpool.h"