diff options
author | Vinson Lee <[email protected]> | 2010-09-15 18:17:51 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-09-15 18:17:51 -0700 |
commit | 00118c4077ceee6d1f8b33713cf8587609969d45 (patch) | |
tree | feebbe98600693e069f082453e275e3bd441db6b /src/gallium/auxiliary | |
parent | d94c7841b2038d1eefd7aeede09edd4a2be050a5 (diff) |
draw: Remove unnecessary header.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_llvm_translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm_translate.c b/src/gallium/auxiliary/draw/draw_llvm_translate.c index 6ebe1f7de47..5171327ce2d 100644 --- a/src/gallium/auxiliary/draw/draw_llvm_translate.c +++ b/src/gallium/auxiliary/draw/draw_llvm_translate.c @@ -3,7 +3,6 @@ #include "draw_llvm.h" -#include "gallivm/lp_bld_arit.h" #include "gallivm/lp_bld_struct.h" #include "gallivm/lp_bld_format.h" #include "gallivm/lp_bld_debug.h" |