From bbd05d8a28e7d8c6888fd2a9fd489b27f6605576 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sun, 3 Nov 2019 22:06:29 +0100
Subject: [PATCH] [PL] Remove unused BaseLib/Functional.h include.

---
 .../SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h   | 1 -
 .../CreateThermalTwoPhaseFlowWithPPProcess.cpp                   | 1 -
 ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp            | 1 -
 .../TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp   | 1 -
 4 files changed, 4 deletions(-)

diff --git a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h
index 1aa73c89887..ce4eb2e789b 100644
--- a/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h
+++ b/ProcessLib/SmallDeformationNonlocal/SmallDeformationNonlocalProcess.h
@@ -12,7 +12,6 @@
 
 #include <cassert>
 
-#include "BaseLib/Functional.h"
 #include "NumLib/DOF/DOFTableUtil.h"
 #include "ProcessLib/Process.h"
 
diff --git a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp
index b9701df2324..82ebe78cfef 100644
--- a/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp
+++ b/ProcessLib/ThermalTwoPhaseFlowWithPP/CreateThermalTwoPhaseFlowWithPPProcess.cpp
@@ -11,7 +11,6 @@
 
 #include <cassert>
 
-#include "BaseLib/Functional.h"
 #include "MeshLib/MeshGenerators/MeshGenerator.h"
 #include "ParameterLib/ConstantParameter.h"
 #include "ParameterLib/Utils.h"
diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp
index 8a32c90e593..5bba6a26d6e 100644
--- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp
+++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp
@@ -12,7 +12,6 @@
 
 #include <cassert>
 
-#include "BaseLib/Functional.h"
 #include "NumLib/DOF/ComputeSparsityPattern.h"
 #include "NumLib/DOF/DOFTableUtil.h"
 #include "ProcessLib/Output/IntegrationPointWriter.h"
diff --git a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp
index 6b1add57efe..1e58ea019b9 100644
--- a/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp
+++ b/ProcessLib/TwoPhaseFlowWithPrho/CreateTwoPhaseFlowWithPrhoProcess.cpp
@@ -9,7 +9,6 @@
  */
 #include "CreateTwoPhaseFlowWithPrhoProcess.h"
 #include <cassert>
-#include "BaseLib/Functional.h"
 #include "MeshLib/MeshGenerators/MeshGenerator.h"
 #include "ParameterLib/ConstantParameter.h"
 #include "ParameterLib/Utils.h"
-- 
GitLab