projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8db32a
)
mesa: Remove unnecessary headers from texcompress.c.
author
Vinson Lee
<vlee@vmware.com>
Tue, 19 Jan 2010 02:52:24 +0000
(18:52 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 19 Jan 2010 02:52:24 +0000
(18:52 -0800)
src/mesa/main/texcompress.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress.c
b/src/mesa/main/texcompress.c
index a4f1926ab3789d11351f242fd60a88de3688ab82..cff6de89ee30bd2e0c8278902cfdae779c337d1e 100644
(file)
--- a/
src/mesa/main/texcompress.c
+++ b/
src/mesa/main/texcompress.c
@@
-35,10
+35,7
@@
#include "colormac.h"
#include "context.h"
#include "formats.h"
-#include "image.h"
-#include "mipmap.h"
#include "texcompress.h"
-#include "texstore.h"
/**