Skip to content

Commit 9f80e0f

Browse files
authored
Remove stray include of complex.h
already provided conditionally by common.h via openblas_utest.h Unconditional inclusion breaks older Android and similar platforms that use OPENBLAS_COMPLEX_STRUCT
1 parent 93240f4 commit 9f80e0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utest/test_dotu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3232
**********************************************************************************/
3333

3434
#include "openblas_utest.h"
35-
#include <complex.h>
3635

3736
CTEST( zdotu,zdotu_n_1)
3837
{

0 commit comments

Comments
 (0)