Move the definition of DenseBase::InnerIterator to Core module. (needed to make blueNorm generic)

This commit is contained in:
Gael Guennebaud
2013-01-15 22:03:54 +01:00
parent f813e83bc3
commit 209199a13e
3 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ struct Sparse {};
#include "src/SparseCore/SparseMatrix.h"
#include "src/SparseCore/MappedSparseMatrix.h"
#include "src/SparseCore/SparseVector.h"
#include "src/SparseCore/CoreIterators.h"
#include "src/SparseCore/SparseBlock.h"
#include "src/SparseCore/SparseTranspose.h"
#include "src/SparseCore/SparseCwiseUnaryOp.h"