projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2966a25
)
gallivm: Remove unnecessary headers.
author
Vinson Lee
<vlee@vmware.com>
Wed, 26 May 2010 18:13:23 +0000
(11:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 26 May 2010 18:13:23 +0000
(11:13 -0700)
src/gallium/auxiliary/gallivm/lp_bld_arit.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_arit.c
b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
index 47aa9aa362151a879fae3ca59754699f8b092e9a..d926b2de18977b23b2b4df550c27c8956f7576d4 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
@@
-54,12
+54,10
@@
#include "lp_bld_type.h"
#include "lp_bld_const.h"
#include "lp_bld_intr.h"
-#include "lp_bld_init.h" /* for lp_build_engine */
#include "lp_bld_logic.h"
#include "lp_bld_pack.h"
#include "lp_bld_debug.h"
#include "lp_bld_arit.h"
-#include "lp_bld_printf.h"
/**