diff options
author | Roland Scheidegger <[email protected]> | 2012-07-17 17:11:18 +0200 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2012-07-17 17:11:18 +0200 |
commit | bf484024b944a452e9022a1098313663e0028b29 (patch) | |
tree | dbef32de52ade7931c465b29f607f32996f137b3 | |
parent | 2023bf996ed5c3797233b8d70670c28e15bdff75 (diff) |
gallivm: (trivial) remove unnecessary bogus include
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_quad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_quad.c b/src/gallium/auxiliary/gallivm/lp_bld_quad.c index b1ba7c72655..c7c58edd5a7 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_quad.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_quad.c @@ -26,7 +26,6 @@ **************************************************************************/ -#include "u_cpu_detect.h" #include "lp_bld_type.h" #include "lp_bld_arit.h" #include "lp_bld_const.h" |