From 484c6ca40e04ed131d24288ce40a3e1f9c2ffa17 Mon Sep 17 00:00:00 2001 From: Joachim Wuttke <j.wuttke@fz-juelich.de> Date: Fri, 26 Jul 2024 10:35:15 +0200 Subject: [PATCH] downgrade include --- GUI/Model/FromCore/ItemizeSample.cpp | 1 + GUI/Model/Job/ParameterTreeBuilder.cpp | 1 + GUI/Model/Sample/LayerItem.cpp | 1 + GUI/Model/Sample/LayerItem.h | 2 +- GUI/View/Sample/LayerForm.cpp | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/GUI/Model/FromCore/ItemizeSample.cpp b/GUI/Model/FromCore/ItemizeSample.cpp index ae5d1ce37be..40398b5ed7d 100644 --- a/GUI/Model/FromCore/ItemizeSample.cpp +++ b/GUI/Model/FromCore/ItemizeSample.cpp @@ -21,6 +21,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "Param/Node/NodeUtil.h" #include "Sample/Aggregate/Interferences.h" diff --git a/GUI/Model/Job/ParameterTreeBuilder.cpp b/GUI/Model/Job/ParameterTreeBuilder.cpp index d5bfdd8db9c..96c223fd867 100644 --- a/GUI/Model/Job/ParameterTreeBuilder.cpp +++ b/GUI/Model/Job/ParameterTreeBuilder.cpp @@ -28,6 +28,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Sim/BackgroundItems.h" #include "GUI/Model/Sim/InstrumentItems.h" diff --git a/GUI/Model/Sample/LayerItem.cpp b/GUI/Model/Sample/LayerItem.cpp index 540a95e53dc..e9391fcd706 100644 --- a/GUI/Model/Sample/LayerItem.cpp +++ b/GUI/Model/Sample/LayerItem.cpp @@ -20,6 +20,7 @@ #include "GUI/Model/Sample/MesocrystalItem.h" #include "GUI/Model/Sample/ParticleItem.h" #include "GUI/Model/Sample/ParticleLayoutItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Util/UtilXML.h" diff --git a/GUI/Model/Sample/LayerItem.h b/GUI/Model/Sample/LayerItem.h index 580eaf3477a..771b868f035 100644 --- a/GUI/Model/Sample/LayerItem.h +++ b/GUI/Model/Sample/LayerItem.h @@ -16,11 +16,11 @@ #define BORNAGAIN_GUI_MODEL_SAMPLE_LAYERITEM_H #include "Base/Type/OwningVector.h" +#include "GUI/Model/Descriptor/DoubleProperty.h" #include "GUI/Model/Descriptor/PolyItem.h" #include "GUI/Model/Sample/Item3D.h" #include "GUI/Model/Sample/ItemWithMaterial.h" #include "GUI/Model/Sample/RoughnessCatalog.h" -#include "GUI/Model/Sample/RoughnessItems.h" #include <QColor> class ItemWithParticles; diff --git a/GUI/View/Sample/LayerForm.cpp b/GUI/View/Sample/LayerForm.cpp index 67dc8971a3a..b2dea277c36 100644 --- a/GUI/View/Sample/LayerForm.cpp +++ b/GUI/View/Sample/LayerForm.cpp @@ -18,6 +18,7 @@ #include "GUI/Model/Material/MaterialItem.h" #include "GUI/Model/Material/MaterialsSet.h" #include "GUI/Model/Sample/LayerItem.h" +#include "GUI/Model/Sample/RoughnessItems.h" #include "GUI/Model/Sample/SampleItem.h" #include "GUI/Model/Type/PredefinedColors.h" #include "GUI/View/Base/ActionFactory.h" -- GitLab