projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6938dcc
)
mesa: Remove unnecessary headers from texgetimage.c.
author
Vinson Lee
<vlee@vmware.com>
Mon, 18 Jan 2010 08:14:51 +0000
(
00:14
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 18 Jan 2010 08:14:51 +0000
(
00:14
-0800)
src/mesa/main/texgetimage.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texgetimage.c
b/src/mesa/main/texgetimage.c
index ac467c490a45ae24d925e16f0ff02d1df20eabab..0cc6a563a0573f6abcac5c48f2ef29f4e59a7b02 100644
(file)
--- a/
src/mesa/main/texgetimage.c
+++ b/
src/mesa/main/texgetimage.c
@@
-35,10
+35,8
@@
#include "context.h"
#include "formats.h"
#include "image.h"
-#include "texcompress.h"
#include "texgetimage.h"
#include "teximage.h"
-#include "texstate.h"