Skip to content
Snippets Groups Projects
Commit 4864b7ae authored by Oliver Sander's avatar Oliver Sander
Browse files

use array.hh instead of fixedarray.hh

[[Imported from SVN: r5545]]
parent 17b97fe7
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
#include <cassert>
#include <vector>
#include "smartpointer.hh"
#include "fixedarray.hh"
#include "array.hh"
#include "iteratorfacades.hh"
namespace Dune
......
......@@ -16,6 +16,7 @@
*/
#include <dune/common/alignment.hh>
#include <dune/common/array.hh>
#include <dune/common/arraylist.hh>
#include <dune/common/bigunsignedint.hh>
#include <dune/common/bitsetvector.hh>
......@@ -24,7 +25,6 @@
#include <dune/common/enumset.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/finitestack.hh>
#include <dune/common/fixedarray.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/common/gcd.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment