projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c1c999
)
remove unneeded includes
author
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 03:05:22 +0000
(20:05 -0700)
committer
Brian
<brian@nostromo.localnet.net>
Mon, 26 Feb 2007 03:05:22 +0000
(20:05 -0700)
src/mesa/swrast/s_fragprog.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_fragprog.c
b/src/mesa/swrast/s_fragprog.c
index 4e1c829773fb756d54bf3bd832f2942af0ee627f..698925cdba39af053328aef18b4e09b1082714ed 100644
(file)
--- a/
src/mesa/swrast/s_fragprog.c
+++ b/
src/mesa/swrast/s_fragprog.c
@@
-27,13
+27,9
@@
#include "context.h"
#include "prog_execute.h"
#include "prog_instruction.h"
-#include "prog_parameter.h"
-#include "prog_print.h"
-#include "program.h"
#include "s_fragprog.h"
#include "s_span.h"
-#include "slang_library_noise.h"
/**