From 3997662488f0f04affa74db8580d61918d56b034 Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@tu-dortmund.de> Date: Thu, 6 May 2021 23:40:00 +0200 Subject: [PATCH] ununsed headers removed --- .../framework/testIntLengthModifyingProcess.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/framework/testIntLengthModifyingProcess.cpp b/tests/framework/testIntLengthModifyingProcess.cpp index 9860f80c0..16fe22b18 100644 --- a/tests/framework/testIntLengthModifyingProcess.cpp +++ b/tests/framework/testIntLengthModifyingProcess.cpp @@ -7,26 +7,10 @@ */ #include <corsika/framework/process/IntLengthModifyingProcess.hpp> -#include <corsika/media/Environment.hpp> -#include <corsika/media/HomogeneousMedium.hpp> -#include <corsika/media/NuclearComposition.hpp> -#include <corsika/framework/geometry/Point.hpp> -#include <corsika/framework/geometry/RootCoordinateSystem.hpp> -#include <corsika/framework/geometry/Vector.hpp> #include <corsika/framework/core/PhysicalUnits.hpp> -#include <SetupTestStack.hpp> -#include <SetupTestEnvironment.hpp> - #include <catch2/catch.hpp> -#include <numeric> -#include <algorithm> -#include <iterator> -#include <string> -#include <fstream> -#include <cstdio> - using namespace corsika; struct DummyProcess { -- GitLab