From 472517388e866758b74821d4fa3945cf7da4b838 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 17 Jun 2019 17:41:11 -0600 Subject: [PATCH] Remove MMX and NEON headers --- Clp/src/ClpPackedMatrix.cpp | 8 -------- Clp/src/ClpSimplexDual.cpp | 8 -------- 2 files changed, 16 deletions(-) diff --git a/Clp/src/ClpPackedMatrix.cpp b/Clp/src/ClpPackedMatrix.cpp index ed26ff7..df2be84 100644 --- a/Clp/src/ClpPackedMatrix.cpp +++ b/Clp/src/ClpPackedMatrix.cpp @@ -6747,14 +6747,6 @@ ClpPackedMatrix3::ClpPackedMatrix3() , ifActive_(0) { } -#ifdef _MSC_VER -#include -#elif defined(__arm__) -#include -#else -#include -//#include -#endif /* Constructor from copy. */ ClpPackedMatrix3::ClpPackedMatrix3(ClpSimplex *model, const CoinPackedMatrix *columnCopy) : numberBlocks_(0) diff --git a/Clp/src/ClpSimplexDual.cpp b/Clp/src/ClpSimplexDual.cpp index b5de7cc..ce46064 100644 --- a/Clp/src/ClpSimplexDual.cpp +++ b/Clp/src/ClpSimplexDual.cpp @@ -3554,14 +3554,6 @@ void moveAndZero(clpTempInfo *info, int type, void *extra) } } #endif -#ifdef _MSC_VER -#include -#elif defined(__arm__) -#include -#else -#include -//#include -#endif int ClpSimplexDual::dualColumn0(const CoinIndexedVector *rowArray, const CoinIndexedVector *columnArray, CoinIndexedVector *spareArray, -- 2.21.0