From 98eaa16261422162f25d6bba5a8ff10c048c4ee8 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Sat, 19 Feb 2022 19:50:31 +0100 Subject: [PATCH] include less --- GUI/Model/Model/SessionModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/Model/Model/SessionModel.h b/GUI/Model/Model/SessionModel.h index 3be5b92ec7c..fee97798d2f 100644 --- a/GUI/Model/Model/SessionModel.h +++ b/GUI/Model/Model/SessionModel.h @@ -15,7 +15,7 @@ #ifndef BORNAGAIN_GUI_MODEL_MODEL_SESSIONMODEL_H #define BORNAGAIN_GUI_MODEL_MODEL_SESSIONMODEL_H -#include "GUI/Model/Descriptor/SelectionProperty.h" +#include "GUI/Model/BaseItem/SessionItem.h" #include <QStringList> #include <QVariant> #include <QXmlStreamWriter> // used in every including file ? -- GitLab