Remove stray include of complex.h
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 30 Dec 2018 13:39:18 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Dec 2018 13:39:18 +0000 (14:39 +0100)
already provided conditionally by common.h via openblas_utest.h
Unconditional inclusion breaks older Android and similar platforms that use OPENBLAS_COMPLEX_STRUCT

utest/test_dotu.c

index ef04dd9..9185418 100644 (file)
@@ -32,7 +32,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 **********************************************************************************/
 
 #include "openblas_utest.h"
-#include <complex.h>
 
 CTEST( zdotu,zdotu_n_1)
 {