Browse Source

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
tags/v0.3.5
Martin Kroeker GitHub 7 years ago
parent
commit
9f80e0f5fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utest/test_dotu.c

+ 0
- 1
utest/test_dotu.c View 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)
{


Loading…
Cancel
Save