diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c b/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c index 5cd6ebe7149..6c1d66849d6 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c @@ -67,8 +67,7 @@ */ -#include "util/u_debug.h" -#include "util/u_math.h" +#include <math.h> #include "lp_bld_type.h" #include "lp_bld_const.h" |