Skip to content
Snippets Groups Projects
Commit 37f66a2c authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] removed unneeded includes

parent 7168a5de
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#define PROCESS_LIB_GROUNDWATERFLOWPROCESS_H_ #define PROCESS_LIB_GROUNDWATERFLOWPROCESS_H_
#include "NumLib/DOF/LocalToGlobalIndexMap.h" #include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h"
#include "ProcessLib/Process.h" #include "ProcessLib/Process.h"
#include "GroundwaterFlowFEM.h" #include "GroundwaterFlowFEM.h"
#include "GroundwaterFlowProcessData.h" #include "GroundwaterFlowProcessData.h"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#ifndef PROCESS_LIB_HEATCONDUCTIONPROCESS_H_ #ifndef PROCESS_LIB_HEATCONDUCTIONPROCESS_H_
#define PROCESS_LIB_HEATCONDUCTIONPROCESS_H_ #define PROCESS_LIB_HEATCONDUCTIONPROCESS_H_
#include "NumLib/Extrapolation/LocalLinearLeastSquaresExtrapolator.h"
#include "ProcessLib/Process.h" #include "ProcessLib/Process.h"
#include "HeatConductionFEM.h" #include "HeatConductionFEM.h"
#include "HeatConductionProcessData.h" #include "HeatConductionProcessData.h"
......
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