diff --git a/tests/framework/testIntLengthModifyingProcess.cpp b/tests/framework/testIntLengthModifyingProcess.cpp
index 9860f80c04925f3deb4eeabc0eb58eff308fbd03..16fe22b187393d6021d33e089a6f311badcba29e 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 {