Skip to content
Snippets Groups Projects
Commit 3e7e21c3 authored by t.knopff's avatar t.knopff
Browse files

Improve include statements regarding dependencies

parent 16ed858b
No related branches found
No related tags found
1 merge request!93Reorg dirs: disentangle Models from Views
......@@ -29,7 +29,6 @@
#include "GUI/Models/RealDataModel.h"
#include "GUI/Models/SampleModel.h"
#include "GUI/Models/SimulationOptionsItem.h"
#include "GUI/Views/ImportDataWidgets/ImportDataUtils.h"
#include "GUI/utils/DeserializationException.h"
#include "GUI/utils/MessageService.h"
#include "Sample/Multilayer/MultiLayer.h"
......
......@@ -19,7 +19,7 @@
#include "GUI/Models/MaskItems.h"
#include "GUI/Models/ProjectionItems.h"
#include "GUI/Models/SessionModel.h"
#include "GUI/Views/ImportDataWidgets/ImportDataUtils.h"
#include "GUI/utils/ImportDataInfo.h"
#include "GUI/Views/MaskWidgets/MaskUnitsConverter.h"
namespace {
......
......@@ -16,7 +16,7 @@
#include "GUI/Models/AxesItems.h"
#include "GUI/Models/Error.h"
#include "GUI/Models/JobItemUtils.h"
#include "GUI/Views/ImportDataWidgets/ImportDataUtils.h"
#include "GUI/utils/ImportDataInfo.h"
const QString SpecularDataItem::P_TITLE = "Title";
const QString SpecularDataItem::P_XAXIS = "x-axis";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment