projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dba7875
)
mesa: Remove unnecessary headers.
author
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 21:37:32 +0000
(14:37 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 21:37:32 +0000
(14:37 -0700)
src/mesa/main/image.c
patch
|
blob
|
history
src/mesa/main/texcompress.c
patch
|
blob
|
history
src/mesa/main/texcompress_fxt1.c
patch
|
blob
|
history
src/mesa/main/texcompress_s3tc.c
patch
|
blob
|
history
src/mesa/main/texfetch.c
patch
|
blob
|
history
src/mesa/program/prog_execute.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/image.c
b/src/mesa/main/image.c
index 63c28342f2655aad3a765971ca84bc2a486e0468..86aa6d0d70261a5c84c4db7991887b4457528a76 100644
(file)
--- a/
src/mesa/main/image.c
+++ b/
src/mesa/main/image.c
@@
-32,7
+32,6
@@
#include "glheader.h"
#include "colormac.h"
-#include "context.h"
#include "enums.h"
#include "image.h"
#include "imports.h"
diff --git
a/src/mesa/main/texcompress.c
b/src/mesa/main/texcompress.c
index f4b1119eb17cc4627fdcefeab4633d712b987bff..e911524cbc5505bbe7bd0de45ecf18e493ba0b41 100644
(file)
--- a/
src/mesa/main/texcompress.c
+++ b/
src/mesa/main/texcompress.c
@@
-33,7
+33,6
@@
#include "glheader.h"
#include "imports.h"
#include "colormac.h"
-#include "context.h"
#include "formats.h"
#include "texcompress.h"
diff --git
a/src/mesa/main/texcompress_fxt1.c
b/src/mesa/main/texcompress_fxt1.c
index 85d53a860c0214529bb1a48044f8b13ba6a6a9b4..c8b45bd3a5545e998df43497746732d1cb445eed 100644
(file)
--- a/
src/mesa/main/texcompress_fxt1.c
+++ b/
src/mesa/main/texcompress_fxt1.c
@@
-32,7
+32,6
@@
#include "glheader.h"
#include "imports.h"
#include "colormac.h"
-#include "context.h"
#include "convolve.h"
#include "image.h"
#include "macros.h"
diff --git
a/src/mesa/main/texcompress_s3tc.c
b/src/mesa/main/texcompress_s3tc.c
index 3d26feca5bb19ab7d7be5c1f8507a0c401b9293f..c70792cab616d5548feef73c162302cfce848c1d 100644
(file)
--- a/
src/mesa/main/texcompress_s3tc.c
+++ b/
src/mesa/main/texcompress_s3tc.c
@@
-36,7
+36,6
@@
#include "glheader.h"
#include "imports.h"
#include "colormac.h"
-#include "context.h"
#include "convolve.h"
#include "dlopen.h"
#include "image.h"
diff --git
a/src/mesa/main/texfetch.c
b/src/mesa/main/texfetch.c
index 9d797cd6ad50bbc891bc39d240cd1ff7fb9557ff..c03bc71cd7aacbc751440028796d2f6e4c4dc9b4 100644
(file)
--- a/
src/mesa/main/texfetch.c
+++ b/
src/mesa/main/texfetch.c
@@
-34,7
+34,6
@@
#include "colormac.h"
-#include "context.h"
#include "macros.h"
#include "texcompress.h"
#include "texcompress_fxt1.h"
diff --git
a/src/mesa/program/prog_execute.c
b/src/mesa/program/prog_execute.c
index fe14ba36b7cf0a65622751bb6d1992568c985d2a..1670c91b6ad571757961a711b1bcd753311a0f8b 100644
(file)
--- a/
src/mesa/program/prog_execute.c
+++ b/
src/mesa/program/prog_execute.c
@@
-37,7
+37,6
@@
#include "main/glheader.h"
#include "main/colormac.h"
-#include "main/context.h"
#include "main/macros.h"
#include "prog_execute.h"
#include "prog_instruction.h"