Skip to content
Snippets Groups Projects
Commit d2da395c authored by Christian Engwer's avatar Christian Engwer
Browse files

include new headers

[[Imported from SVN: r1553]]
parent 0422782b
No related branches found
No related tags found
No related merge requests found
......@@ -4,24 +4,38 @@
/* test if the common headers can be parsed without errors */
#include "config.h"
#include <dune/common/alignment.hh>
#include <dune/common/array.hh>
#include <dune/common/arraylist.hh>
#include <dune/common/bitfield.hh>
#include <dune/common/capabilities.hh>
#include <dune/common/debugstream.hh>
#include <dune/common/dlist.hh>
#include <dune/common/dynamictype.hh>
#include <dune/common/enumset.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/fixedarray.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/function.hh>
#include <dune/common/functionspace.hh>
#include <dune/common/fvector.hh>
#include <dune/common/genericiterator.hh>
#include <dune/common/helpertemplates.hh>
#include <dune/common/iteratorfacades.hh>
#include <dune/common/logictraits.hh>
#include <dune/common/mapping.hh>
#include <dune/common/matrix.hh>
#include <dune/common/matvec.hh>
#include <dune/common/misc.hh>
#include <dune/common/operator.hh>
#include <dune/common/poolallocator.hh>
#include <dune/common/simplevector.hh>
#include <dune/common/sllist.hh>
#include <dune/common/smartpointer.hh>
#include <dune/common/stack.hh>
#include <dune/common/stdstreams.hh>
#include <dune/common/timer.hh>
#include <dune/common/typeinfo.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/vectorspace.hh>
int main () {};
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