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

adjust std includes

parent fa15afe3
No related branches found
No related tags found
1 merge request!232Cleanup in context of Simulation, Computation; *Element now inherits from IElement
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define BORNAGAIN_CORE_COMPUTATION_DWBACOMPUTATION_H #define BORNAGAIN_CORE_COMPUTATION_DWBACOMPUTATION_H
#include "Core/Computation/IComputation.h" #include "Core/Computation/IComputation.h"
#include <memory>
#include <vector> #include <vector>
class DiffuseElement; class DiffuseElement;
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#define BORNAGAIN_CORE_COMPUTATION_DEPTHPROBECOMPUTATION_H #define BORNAGAIN_CORE_COMPUTATION_DEPTHPROBECOMPUTATION_H
#include "Core/Computation/IComputation.h" #include "Core/Computation/IComputation.h"
#include <vector>
class DepthProbeElement; class DepthProbeElement;
class ProcessedSample; class ProcessedSample;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "Core/Computation/ComputationStatus.h" #include "Core/Computation/ComputationStatus.h"
#include <memory> #include <memory>
#include <vector>
class DelayedProgressCounter; class DelayedProgressCounter;
class MultiLayer; class MultiLayer;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#define BORNAGAIN_CORE_COMPUTATION_SPECULARCOMPUTATION_H #define BORNAGAIN_CORE_COMPUTATION_SPECULARCOMPUTATION_H
#include "Core/Computation/IComputation.h" #include "Core/Computation/IComputation.h"
#include <memory> #include <vector>
class SpecularElement; class SpecularElement;
......
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