diff options
author | Vinson Lee <[email protected]> | 2010-10-08 14:03:10 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-10-08 14:03:10 -0700 |
commit | 5e90971475a7057022b63ee032eb4b6adba2d455 (patch) | |
tree | 5dfb60f964cbde63e51d91baa148002a4b1ddc9c /src/gallium | |
parent | c52a0b5c7d4b55fb183c8ab68aa3561432287283 (diff) |
gallivm: Remove unnecessary header.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_conv.c b/src/gallium/auxiliary/gallivm/lp_bld_conv.c index b5ed4c2d9b7..127b13bc286 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_conv.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_conv.c @@ -70,7 +70,6 @@ #include "lp_bld_arit.h" #include "lp_bld_pack.h" #include "lp_bld_conv.h" -#include "lp_bld_intr.h" /** |