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

rm include

parent 4005cb06
No related branches found
No related tags found
1 merge request!582decouple directories
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include "GUI/Model/Data/AxesItems.h" #include "GUI/Model/Data/AxesItems.h"
#include "Base/Axis/FixedBinAxis.h" #include "Base/Axis/FixedBinAxis.h"
#include "GUI/Model/Types/DoubleDescriptor.h"
const int max_detector_pixels = 65536; const int max_detector_pixels = 65536;
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define BORNAGAIN_GUI_MODEL_DATA_AXESITEMS_H #define BORNAGAIN_GUI_MODEL_DATA_AXESITEMS_H
#include "GUI/Model/Session/SessionItem.h" #include "GUI/Model/Session/SessionItem.h"
#include "GUI/Model/Types/DoubleDescriptor.h" #include "GUI/Model/Types/DoubleDescriptor.h" // no forward declaration < used in many children
#include <memory> #include <memory>
class IAxis; class IAxis;
......
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