projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6ac9a
)
mesa: Remove unnecessary headers from texstate.c.
author
Vinson Lee
<vlee@vmware.com>
Mon, 18 Jan 2010 00:08:59 +0000
(16:08 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 18 Jan 2010 00:08:59 +0000
(16:08 -0800)
src/mesa/main/texstate.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstate.c
b/src/mesa/main/texstate.c
index c735e18affbea16ba73ad52025d556dc3c8cef38..25333d8994a4500c33f705437103d67f75c5ea8b 100644
(file)
--- a/
src/mesa/main/texstate.c
+++ b/
src/mesa/main/texstate.c
@@
-35,11
+35,9
@@
#include "context.h"
#include "enums.h"
#include "macros.h"
-#include "texcompress.h"
#include "texobj.h"
#include "teximage.h"
#include "texstate.h"
-#include "texenvprogram.h"
#include "mtypes.h"