From d9e322ffe05b9355f23f4389d44c8b5f57f87f75 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 18 Dec 2023 14:03:24 +0100
Subject: [PATCH] sort forward decls

---
 GUI/Model/Mask/MaskeditorListmodel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GUI/Model/Mask/MaskeditorListmodel.h b/GUI/Model/Mask/MaskeditorListmodel.h
index bf5beb11684..ebc3ebd8eaf 100644
--- a/GUI/Model/Mask/MaskeditorListmodel.h
+++ b/GUI/Model/Mask/MaskeditorListmodel.h
@@ -20,8 +20,8 @@
 #include <QModelIndex>
 #include <QVariant>
 
-class MaskList;
 class MaskItem;
+class MaskList;
 class OverlayItem;
 class ProjectionList;
 class RegionOfInterestItem;
-- 
GitLab