From 0b732b4e0f31d8930294eae2ece968a86fbb6260 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Sat, 18 Mar 2023 16:57:41 +0100
Subject: [PATCH] [geomechanics][cleanup] Remove unused include

---
 dumux/geomechanics/poroelastic/couplingmanager.hh | 2 --
 dumux/geomechanics/poroelastic/volumevariables.hh | 2 --
 2 files changed, 4 deletions(-)

diff --git a/dumux/geomechanics/poroelastic/couplingmanager.hh b/dumux/geomechanics/poroelastic/couplingmanager.hh
index 578073a629..e257772d19 100644
--- a/dumux/geomechanics/poroelastic/couplingmanager.hh
+++ b/dumux/geomechanics/poroelastic/couplingmanager.hh
@@ -29,8 +29,6 @@
 #include <type_traits>
 
 #include <dumux/common/properties.hh>
-#include <dumux/discretization/elementsolution.hh>
-#include <dumux/discretization/evalgradients.hh>
 #include <dumux/multidomain/couplingmanager.hh>
 
 namespace Dumux {
diff --git a/dumux/geomechanics/poroelastic/volumevariables.hh b/dumux/geomechanics/poroelastic/volumevariables.hh
index a2e4053d21..80a48542ba 100644
--- a/dumux/geomechanics/poroelastic/volumevariables.hh
+++ b/dumux/geomechanics/poroelastic/volumevariables.hh
@@ -24,8 +24,6 @@
 #ifndef DUMUX_POROELASTIC_VOLUME_VARIABLES_HH
 #define DUMUX_POROELASTIC_VOLUME_VARIABLES_HH
 
-#include <dumux/discretization/evalgradients.hh>
-
 namespace Dumux {
 
 /*!
-- 
GitLab