From c5f1c77fb695535fa6669c6f0cd9a5b12c8fc3e0 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 23 May 2022 17:49:37 +0200
Subject: [PATCH] rm unused includes

---
 GUI/Model/Device/Instrument.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/GUI/Model/Device/Instrument.cpp b/GUI/Model/Device/Instrument.cpp
index 77351b6a909..7abf6178cc0 100644
--- a/GUI/Model/Device/Instrument.cpp
+++ b/GUI/Model/Device/Instrument.cpp
@@ -14,13 +14,8 @@
 
 #include "GUI/Model/Device/Instrument.h"
 #include "Base/Element/PolMatrices.h"
-#include "Base/Pixel/RectangularPixel.h"
 #include "Device/Beam/Beam.h"
-#include "Device/Coord/CoordSystem2D.h"
-#include "Device/Detector/RectangularDetector.h"
 #include "Device/Detector/SphericalDetector.h"
-#include "Device/Histo/Histogram2D.h"
-#include "Device/Resolution/IResolutionFunction2D.h"
 
 Instrument::Instrument(const Beam& beam, const IDetector& detector)
     : m_beam(beam.clone())
-- 
GitLab