From 4b26c91acf49fcbb20d22463437c98de8cc7d503 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Thu, 15 Feb 2024 11:28:44 +0100
Subject: [PATCH] rm includes

---
 GUI/Model/Mask/MasksSet.cpp | 1 +
 GUI/Model/Mask/MasksSet.h   | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/GUI/Model/Mask/MasksSet.cpp b/GUI/Model/Mask/MasksSet.cpp
index 0ee6d6ea2cf..1bb31e227ae 100644
--- a/GUI/Model/Mask/MasksSet.cpp
+++ b/GUI/Model/Mask/MasksSet.cpp
@@ -15,6 +15,7 @@
 #include "GUI/Model/Mask/MasksSet.h"
 #include "GUI/Model/Descriptor/PolyItem.h"
 #include "GUI/Model/Mask/MaskItems.h"
+#include "GUI/Model/Mask/MasksCatalog.h"
 #include "GUI/Support/XML/UtilXML.h"
 #include <QRegularExpression>
 
diff --git a/GUI/Model/Mask/MasksSet.h b/GUI/Model/Mask/MasksSet.h
index 93da9cf90d4..1d30c3131ad 100644
--- a/GUI/Model/Mask/MasksSet.h
+++ b/GUI/Model/Mask/MasksSet.h
@@ -16,8 +16,6 @@
 #define BORNAGAIN_GUI_MODEL_MASK_MASKSSET_H
 
 #include "Base/Types/OwningVector.h"
-#include "GUI/Model/Descriptor/PolyVector.h"
-#include "GUI/Model/Mask/MasksCatalog.h"
 #include <QModelIndex>
 #include <QXmlStreamWriter>
 
-- 
GitLab