From f253f1b492746a9fa71b70cdf83d28ce28eedbb1 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Tue, 28 Dec 2021 09:13:15 +0100
Subject: [PATCH] rm includes

---
 GUI/Model/From/FromDomain.cpp            | 3 ---
 GUI/Model/Sample/LayerItem.cpp           | 4 ----
 GUI/Model/To/DomainSimulationBuilder.cpp | 1 -
 3 files changed, 8 deletions(-)

diff --git a/GUI/Model/From/FromDomain.cpp b/GUI/Model/From/FromDomain.cpp
index 81500e1a484..e22a56b5098 100644
--- a/GUI/Model/From/FromDomain.cpp
+++ b/GUI/Model/From/FromDomain.cpp
@@ -41,9 +41,6 @@
 #include "GUI/Model/Instrument/RectangularDetectorItem.h"
 #include "GUI/Model/Instrument/ResolutionFunctionItems.h"
 #include "GUI/Model/Instrument/SphericalDetectorItem.h"
-#include "GUI/Model/Sample/FormFactorItems.h"
-#include "GUI/Model/Sample/InterferenceItems.h"
-#include "GUI/Model/Sample/ItemWithParticles.h"
 #include "GUI/Model/Sample/LayerItem.h"
 #include "GUI/Model/Sample/MesoCrystalItem.h"
 #include "GUI/Model/Sample/ParticleItem.h"
diff --git a/GUI/Model/Sample/LayerItem.cpp b/GUI/Model/Sample/LayerItem.cpp
index 0fb9b82941e..0e623a05b8f 100644
--- a/GUI/Model/Sample/LayerItem.cpp
+++ b/GUI/Model/Sample/LayerItem.cpp
@@ -13,16 +13,12 @@
 //  ************************************************************************************************
 
 #include "GUI/Model/Sample/LayerItem.h"
-#include "GUI/Model/Sample/LayerRoughnessItems.h"
 #include "GUI/Model/Sample/MesoCrystalItem.h"
 #include "GUI/Model/Sample/MultiLayerItem.h"
 #include "GUI/Model/Sample/ParticleCompositionItem.h"
 #include "GUI/Model/Sample/ParticleCoreShellItem.h"
 #include "GUI/Model/Sample/ParticleItem.h"
 #include "GUI/Model/Sample/ParticleLayoutItem.h"
-#include "GUI/Model/Session/Serializer.h"
-#include "GUI/Model/Types/DoubleDescriptor.h"
-#include "GUI/Model/Types/UIntDescriptor.h"
 #include <QColor>
 
 namespace {
diff --git a/GUI/Model/To/DomainSimulationBuilder.cpp b/GUI/Model/To/DomainSimulationBuilder.cpp
index 1178caedcfe..d82663376d6 100644
--- a/GUI/Model/To/DomainSimulationBuilder.cpp
+++ b/GUI/Model/To/DomainSimulationBuilder.cpp
@@ -24,7 +24,6 @@
 #include "GUI/Model/Data/AxesItems.h"
 #include "GUI/Model/Instrument/BackgroundItems.h"
 #include "GUI/Model/Instrument/BeamAngleItems.h"
-#include "GUI/Model/Instrument/BeamItems.h"
 #include "GUI/Model/Instrument/BeamWavelengthItem.h"
 #include "GUI/Model/Instrument/FootprintItems.h"
 #include "GUI/Model/Instrument/InstrumentItems.h"
-- 
GitLab