From 99701d1f88dd0855756516291c21e9f8c14e567c Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de>
Date: Sun, 19 Nov 2023 09:34:32 +0100
Subject: [PATCH] corrs

---
 GUI/View/Frame/Plot2DFrame.cpp          | 2 +-
 GUI/View/PlotProgress/FitFlowWidget.cpp | 2 +-
 GUI/View/PlotUtil/HistogramPlot.cpp     | 2 +-
 GUI/View/PlotUtil/HistogramPlot.h       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/GUI/View/Frame/Plot2DFrame.cpp b/GUI/View/Frame/Plot2DFrame.cpp
index 597ded79a0a..d3ac72772cb 100644
--- a/GUI/View/Frame/Plot2DFrame.cpp
+++ b/GUI/View/Frame/Plot2DFrame.cpp
@@ -15,8 +15,8 @@
 #include "GUI/View/Frame/Plot2DFrame.h"
 #include "GUI/Model/Data/Data2DItem.h"
 #include "GUI/Support/Util/ActionFactory.h"
-#include "GUI/View/Setup/Fourier2DPresenter.h"
 #include "GUI/View/Plot2D/IntensityDataCanvas.h"
+#include "GUI/View/Setup/Fourier2DPresenter.h"
 #include "GUI/View/Setup/Scale2DEditor.h"
 #include <QBoxLayout>
 #include <QMenu>
diff --git a/GUI/View/PlotProgress/FitFlowWidget.cpp b/GUI/View/PlotProgress/FitFlowWidget.cpp
index 71a76b28bf7..9614e89b011 100644
--- a/GUI/View/PlotProgress/FitFlowWidget.cpp
+++ b/GUI/View/PlotProgress/FitFlowWidget.cpp
@@ -16,7 +16,7 @@
 #include "Base/Util/Assert.h"
 #include "GUI/Model/Job/FitSuiteItem.h"
 #include "GUI/Model/Job/JobItem.h"
-#include "GUI/View/PlotProgress/HistogramPlot.h"
+#include "GUI/View/PlotUtil/HistogramPlot.h"
 #include <QVBoxLayout>
 
 FitFlowWidget::FitFlowWidget(QWidget* parent)
diff --git a/GUI/View/PlotUtil/HistogramPlot.cpp b/GUI/View/PlotUtil/HistogramPlot.cpp
index c2cd9fb71b5..5a301c4cbb6 100644
--- a/GUI/View/PlotUtil/HistogramPlot.cpp
+++ b/GUI/View/PlotUtil/HistogramPlot.cpp
@@ -12,7 +12,7 @@
 //
 //  ************************************************************************************************
 
-#include "GUI/View/PlotProgress/HistogramPlot.h"
+#include "GUI/View/PlotUtil/HistogramPlot.h"
 #include "GUI/Support/Util/Style.h"
 #include <qcustomplot.h>
 
diff --git a/GUI/View/PlotUtil/HistogramPlot.h b/GUI/View/PlotUtil/HistogramPlot.h
index fb330e33362..6a6b842536c 100644
--- a/GUI/View/PlotUtil/HistogramPlot.h
+++ b/GUI/View/PlotUtil/HistogramPlot.h
@@ -2,7 +2,7 @@
 //
 //  BornAgain: simulate and fit reflection and scattering
 //
-//! @file      GUI/View/PlotProgress/HistogramPlot.h
+//! @file      GUI/View/PlotUtil/HistogramPlot.h
 //! @brief     Defines class HistogramPlot.
 //!
 //! @homepage  http://www.bornagainproject.org
-- 
GitLab