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

eliminate some redundant includes

parent 9406d688
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef FTDISTRIBUTIONS_H_ #ifndef FTDISTRIBUTIONS_H_
#define FTDISTRIBUTIONS_H_ #define FTDISTRIBUTIONS_H_
#include "IParameterized.h"
#include "ParameterPool.h" #include "ParameterPool.h"
#include <cmath> #include <cmath>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#define ISAMPLE_H #define ISAMPLE_H
#include "IParameterized.h" #include "IParameterized.h"
#include "ICloneable.h"
class ICompositeSample; class ICompositeSample;
class DWBASimulation; class DWBASimulation;
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef INTERFERENCEFUNCTIONS_H_ #ifndef INTERFERENCEFUNCTIONS_H_
#define INTERFERENCEFUNCTIONS_H_ #define INTERFERENCEFUNCTIONS_H_
#include "IInterferenceFunction.h"
#include "InterferenceFunctionNone.h" #include "InterferenceFunctionNone.h"
#include "InterferenceFunction1DParaCrystal.h" #include "InterferenceFunction1DParaCrystal.h"
#include "InterferenceFunction2DLattice.h" #include "InterferenceFunction2DLattice.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