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

rm includes

parent bd778bb8
No related branches found
No related tags found
1 merge request!1209simplify Slicer.cpp
Pipeline #84032 passed
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
// ************************************************************************************************ // ************************************************************************************************
#include "Resample/Processed/Slicer.h" #include "Resample/Processed/Slicer.h"
#include "Base/Math/Constants.h"
#include "Base/Math/Functions.h" #include "Base/Math/Functions.h"
#include "Base/Types/Span.h" #include "Base/Types/Span.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
...@@ -23,7 +22,6 @@ ...@@ -23,7 +22,6 @@
#include "Resample/Particle/ReParticle.h" #include "Resample/Particle/ReParticle.h"
#include "Resample/Slice/ZLimits.h" #include "Resample/Slice/ZLimits.h"
#include "Sample/HardParticle/HardParticles.h" #include "Sample/HardParticle/HardParticles.h"
#include "Sample/Material/MaterialFactoryFuncs.h"
#include "Sample/Material/MaterialUtils.h" #include "Sample/Material/MaterialUtils.h"
#include "Sample/Particle/Compound.h" #include "Sample/Particle/Compound.h"
#include "Sample/Particle/CoreAndShell.h" #include "Sample/Particle/CoreAndShell.h"
...@@ -31,7 +29,6 @@ ...@@ -31,7 +29,6 @@
#include "Sample/Particle/Mesocrystal.h" #include "Sample/Particle/Mesocrystal.h"
#include "Sample/Particle/Particle.h" #include "Sample/Particle/Particle.h"
#include "Sample/Scattering/Rotations.h" #include "Sample/Scattering/Rotations.h"
#include <iostream>
namespace { namespace {
......
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