From: Brian Paul Date: Tue, 5 Nov 2013 01:07:37 +0000 (-0700) Subject: mesa: remove __alpha__ && CCPML check X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=faaf568cfb0548d6162d6fefd68f6ad62eb6406c;p=mesa.git mesa: remove __alpha__ && CCPML check Reviewed-by: Matt Turner --- diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index e3c856065a2..2820913b6e7 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -36,11 +36,7 @@ #include #include -#if defined(__alpha__) && defined(CCPML) -#include /* use Compaq's Fast Math Library on Alpha */ -#else #include -#endif #include #include #include