diff --git a/Processes/StackInspector/StackInspector.cc b/Processes/StackInspector/StackInspector.cc
index 56b1f0df8f4819c07b4c77f431e54851d3ad2344..af2270ecf32a185f66ae9464acf5885676fb7260 100644
--- a/Processes/StackInspector/StackInspector.cc
+++ b/Processes/StackInspector/StackInspector.cc
@@ -11,8 +11,6 @@
 #include <corsika/process/stack_inspector/StackInspector.h>
 #include <corsika/units/PhysicalUnits.h>
 
-#include <corsika/logging/Logger.h>
-
 #include <corsika/setup/SetupTrajectory.h>
 
 #include <chrono>
diff --git a/Setup/CMakeLists.txt b/Setup/CMakeLists.txt
index f37e2dfd4c5c1e09d062d26ecbe1394c918f574a..62fed414210d221775b238ef0d70f1a949501029 100644
--- a/Setup/CMakeLists.txt
+++ b/Setup/CMakeLists.txt
@@ -1,7 +1,6 @@
 set (
   SETUP_HEADERS
   SetupStack.h
-  SetupLogger.h
   SetupEnvironment.h
   SetupTrajectory.h
   )
diff --git a/Setup/SetupLogger.h b/Setup/SetupLogger.h
deleted file mode 100644
index 27b3db663a7744c290c6b7c3ceb40c1cd6247c79..0000000000000000000000000000000000000000
--- a/Setup/SetupLogger.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu
- *
- * This software is distributed under the terms of the GNU General Public
- * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
- * the license.
- */
-
-#pragma once
-
-namespace corsika {}