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

rm unused includes

parent 01ffb97b
No related branches found
No related tags found
2 merge requests!907Core cleanup,!905mv class Instrument out of core
......@@ -14,13 +14,8 @@
#include "GUI/Model/Device/Instrument.h"
#include "Base/Element/PolMatrices.h"
#include "Base/Pixel/RectangularPixel.h"
#include "Device/Beam/Beam.h"
#include "Device/Coord/CoordSystem2D.h"
#include "Device/Detector/RectangularDetector.h"
#include "Device/Detector/SphericalDetector.h"
#include "Device/Histo/Histogram2D.h"
#include "Device/Resolution/IResolutionFunction2D.h"
Instrument::Instrument(const Beam& beam, const IDetector& detector)
: m_beam(beam.clone())
......
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