From 8dedeec7d019563b1fa5609309608019b3bf723c Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (l)" <j.wuttke@fz-juelich.de>
Date: Sat, 17 Oct 2020 17:19:50 +0200
Subject: [PATCH] rm includes

---
 Core/Simulation/Simulation2D.cpp                        | 1 -
 Device/Detector/IDetector2D.cpp                         | 1 -
 Device/Instrument/Instrument.cpp                        | 1 -
 GUI/coregui/Models/JobModelFunctions.cpp                | 1 -
 Tests/UnitTests/Core/Detector/SimulationAreaTest.cpp    | 1 -
 Tests/UnitTests/Core/Detector/SphericalDetectorTest.cpp | 1 -
 6 files changed, 6 deletions(-)

diff --git a/Core/Simulation/Simulation2D.cpp b/Core/Simulation/Simulation2D.cpp
index 76a84d1e8aa..854aa239da7 100644
--- a/Core/Simulation/Simulation2D.cpp
+++ b/Core/Simulation/Simulation2D.cpp
@@ -17,7 +17,6 @@
 #include "Core/Computation/DWBAComputation.h"
 #include "Core/Computation/IBackground.h"
 #include "Device/Detector/DetectorContext.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Histo/Histogram2D.h"
 
 Simulation2D::Simulation2D() = default;
diff --git a/Device/Detector/IDetector2D.cpp b/Device/Detector/IDetector2D.cpp
index a457ee63cf5..a2b23d866f3 100644
--- a/Device/Detector/IDetector2D.cpp
+++ b/Device/Detector/IDetector2D.cpp
@@ -17,7 +17,6 @@
 #include "Base/Pixel/SimulationElement.h"
 #include "Device/Beam/Beam.h"
 #include "Device/Detector/DetectorContext.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Detector/RegionOfInterest.h"
 #include "Device/Detector/SimulationArea.h"
 #include "Device/Mask/InfinitePlane.h"
diff --git a/Device/Instrument/Instrument.cpp b/Device/Instrument/Instrument.cpp
index 35f65e3206b..40a4cb35566 100644
--- a/Device/Instrument/Instrument.cpp
+++ b/Device/Instrument/Instrument.cpp
@@ -13,7 +13,6 @@
 // ************************************************************************** //
 
 #include "Device/Instrument/Instrument.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Detector/SphericalDetector.h"
 #include "Device/Histo/Histogram2D.h"
 #include "Device/Resolution/IResolutionFunction2D.h"
diff --git a/GUI/coregui/Models/JobModelFunctions.cpp b/GUI/coregui/Models/JobModelFunctions.cpp
index 6991fcb3674..d67f9d1e78a 100644
--- a/GUI/coregui/Models/JobModelFunctions.cpp
+++ b/GUI/coregui/Models/JobModelFunctions.cpp
@@ -13,7 +13,6 @@
 // ************************************************************************** //
 
 #include "GUI/coregui/Models/JobModelFunctions.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Detector/IDetector2D.h"
 #include "Device/Instrument/Instrument.h"
 #include "GUI/coregui/Models/Data1DViewItem.h"
diff --git a/Tests/UnitTests/Core/Detector/SimulationAreaTest.cpp b/Tests/UnitTests/Core/Detector/SimulationAreaTest.cpp
index 3e5b7c8ec74..6b83b9abd3f 100644
--- a/Tests/UnitTests/Core/Detector/SimulationAreaTest.cpp
+++ b/Tests/UnitTests/Core/Detector/SimulationAreaTest.cpp
@@ -1,5 +1,4 @@
 #include "Device/Detector/SimulationArea.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Detector/SphericalDetector.h"
 #include "Device/Mask/Rectangle.h"
 #include "Tests/GTestWrapper/google_test.h"
diff --git a/Tests/UnitTests/Core/Detector/SphericalDetectorTest.cpp b/Tests/UnitTests/Core/Detector/SphericalDetectorTest.cpp
index 184f9b0f029..bd363f72a91 100644
--- a/Tests/UnitTests/Core/Detector/SphericalDetectorTest.cpp
+++ b/Tests/UnitTests/Core/Detector/SphericalDetectorTest.cpp
@@ -1,7 +1,6 @@
 #include "Device/Detector/SphericalDetector.h"
 #include "Base/Const/Units.h"
 #include "Device/Beam/Beam.h"
-#include "Device/Detector/DetectorFunctions.h"
 #include "Device/Detector/RegionOfInterest.h"
 #include "Device/Detector/SimulationArea.h"
 #include "Device/Mask/Polygon.h"
-- 
GitLab