aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/OrderingMethods
diff options
context:
space:
mode:
authorGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-03-05 10:24:54 -0800
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2019-03-05 10:24:54 -0800
commit0318fc7f44a3440995494c835b859a1dabe0e4c8 (patch)
tree089f62e1e610b968c45cfa028a0f69498ff1e032 /Eigen/OrderingMethods
parentefb5080d313a38cd204942237689de0bda412732 (diff)
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in https://bitbucket.org/eigen/eigen/commits/2ca1e732398ea2c506427e9031212d63e9253b96
Diffstat (limited to 'Eigen/OrderingMethods')
-rw-r--r--Eigen/OrderingMethods3
1 files changed, 0 insertions, 3 deletions
diff --git a/Eigen/OrderingMethods b/Eigen/OrderingMethods
index d8ea36193..29691a62b 100644
--- a/Eigen/OrderingMethods
+++ b/Eigen/OrderingMethods
@@ -63,10 +63,7 @@
* \endcode
*/
-#ifndef EIGEN_MPL2_ONLY
#include "src/OrderingMethods/Amd.h"
-#endif
-
#include "src/OrderingMethods/Ordering.h"
#include "src/Core/util/ReenableStupidWarnings.h"