From dbb5cd79d096add5a2f8d579eac1bd11ae260621 Mon Sep 17 00:00:00 2001
From: Joachim Wuttke <j.wuttke@fz-juelich.de>
Date: Tue, 23 Jan 2024 22:38:25 +0100
Subject: [PATCH] rm include

---
 GUI/Model/Device/MultiInstrumentNotifier.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GUI/Model/Device/MultiInstrumentNotifier.cpp b/GUI/Model/Device/MultiInstrumentNotifier.cpp
index e91b17838de..bff13a64e06 100644
--- a/GUI/Model/Device/MultiInstrumentNotifier.cpp
+++ b/GUI/Model/Device/MultiInstrumentNotifier.cpp
@@ -14,7 +14,7 @@
 
 #include "GUI/Model/Device/MultiInstrumentNotifier.h"
 #include "GUI/Model/Device/InstrumentItems.h"
-#include "GUI/Model/Device/InstrumentsSet.h"
+//#include "GUI/Model/Device/InstrumentsSet.h"
 
 MultiInstrumentNotifier::MultiInstrumentNotifier(InstrumentsSet* instruments)
     : m_instruments(instruments)
-- 
GitLab