Skip to content
Snippets Groups Projects
Commit d02b63f0 authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[tpfa] remove obsolete includes

The include for the multilinear geometry is moved to the geometry intersection header.
parent a16d1e44
No related branches found
No related tags found
1 merge request!765[tpfa] remove obsolete includes
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <dune/common/exceptions.hh> #include <dune/common/exceptions.hh>
#include <dune/common/promotiontraits.hh> #include <dune/common/promotiontraits.hh>
#include <dune/geometry/referenceelements.hh> #include <dune/geometry/referenceelements.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dumux/common/math.hh> #include <dumux/common/math.hh>
#include <dumux/common/geometry/intersectspointgeometry.hh> #include <dumux/common/geometry/intersectspointgeometry.hh>
......
...@@ -26,10 +26,6 @@ ...@@ -26,10 +26,6 @@
#ifndef DUMUX_CC_TPFA_PROPERTIES_HH #ifndef DUMUX_CC_TPFA_PROPERTIES_HH
#define DUMUX_CC_TPFA_PROPERTIES_HH #define DUMUX_CC_TPFA_PROPERTIES_HH
#include <dune/common/fvector.hh>
#include <dune/common/reservedvector.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
#include <dumux/common/boundaryflag.hh> #include <dumux/common/boundaryflag.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