From 200264de93124e193863b31b9b6fc19a648b758b Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 11 Sep 2019 15:19:30 +0200
Subject: [PATCH] [MPL] Drop unnecessary include.

---
 MaterialLib/MPL/Components/GetThermalExpansivity.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MaterialLib/MPL/Components/GetThermalExpansivity.cpp b/MaterialLib/MPL/Components/GetThermalExpansivity.cpp
index 34df14075a8..9ed53465d00 100644
--- a/MaterialLib/MPL/Components/GetThermalExpansivity.cpp
+++ b/MaterialLib/MPL/Components/GetThermalExpansivity.cpp
@@ -13,7 +13,6 @@
 
 #include "GetThermalExpansivity.h"
 
-#include "MaterialLib/MPL/Phase.h"
 #include "MaterialLib/MPL/Phase.h"
 
 namespace MaterialPropertyLib
-- 
GitLab