From 5319b40dae4cba5b99f478a4f08cbca8d3f76649 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Mon, 8 Aug 2022 08:32:19 +0200 Subject: [PATCH] [PL] Removed unneeded includes --- .../Constitutive/FluidThermalExpansion.cpp | 1 - .../ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.h | 1 - 2 files changed, 2 deletions(-) diff --git a/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.cpp b/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.cpp index 34e56be520d..7c13284b0cf 100644 --- a/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.cpp +++ b/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.cpp @@ -10,7 +10,6 @@ #include "FluidThermalExpansion.h" -#include "MaterialLib/MPL/Utils/FormKelvinVectorFromThermalExpansivity.h" #include "MaterialLib/MPL/Utils/GetLiquidThermalExpansivity.h" namespace ProcessLib::ThermoRichardsMechanics diff --git a/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.h b/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.h index d960c79e41c..35569660c47 100644 --- a/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.h +++ b/ProcessLib/ThermoRichardsMechanics/Constitutive/FluidThermalExpansion.h @@ -11,7 +11,6 @@ #pragma once #include "LiquidDensity.h" -#include "MathLib/KelvinVector.h" #include "Porosity.h" #include "SolidThermalExpansion.h" -- GitLab