Skip to content
Snippets Groups Projects
Commit f1a0729d authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

mv includes

parent 19fc4434
No related branches found
No related tags found
1 merge request!707Split serializer
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define BORNAGAIN_GUI_MODEL_XML_SERIALIZE_H #define BORNAGAIN_GUI_MODEL_XML_SERIALIZE_H
#include "GUI/Model/XML/Streamer.h" #include "GUI/Model/XML/Streamer.h"
#include "GUI/Model/Descriptor/SelectionProperty.h"
//! Functions to serialize various data types. //! Functions to serialize various data types.
//! //!
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_XML_STREAMER_H #ifndef BORNAGAIN_GUI_MODEL_XML_STREAMER_H
#define BORNAGAIN_GUI_MODEL_XML_STREAMER_H #define BORNAGAIN_GUI_MODEL_XML_STREAMER_H
#include "GUI/Model/Descriptor/SelectionProperty.h" #include "Base/Util/Assert.h"
#include <QXmlStreamWriter> // used in every including file #include <QXmlStreamWriter> // used in every including file
#include <functional> #include <functional>
#include <heinz/Vectors3D.h> #include <heinz/Vectors3D.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment