From: Vinson Lee Date: Tue, 6 Jul 2010 22:49:40 +0000 (-0700) Subject: draw: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ead6c129fd77ce5426a1ff2fe71bbf17127cfff;p=mesa.git draw: Remove unnecessary header. --- diff --git a/src/gallium/auxiliary/draw/draw_llvm_sample.c b/src/gallium/auxiliary/draw/draw_llvm_sample.c index 2613224f75e..e9811010db0 100644 --- a/src/gallium/auxiliary/draw/draw_llvm_sample.c +++ b/src/gallium/auxiliary/draw/draw_llvm_sample.c @@ -38,7 +38,6 @@ #include "gallivm/lp_bld_tgsi.h" -#include "util/u_cpu_detect.h" #include "util/u_debug.h" #include "util/u_memory.h" #include "util/u_pointer.h"