From a1ba7c0e82cca08bca643cbd713f84da5924962f Mon Sep 17 00:00:00 2001
From: Nikos Karastathis <n.karastathis@kit.edu>
Date: Fri, 18 Mar 2022 14:38:53 +0100
Subject: [PATCH] get rid of unnecessary setup files

---
 corsika/detail/setup/SetupEnvironment.inl | 14 --------------
 corsika/detail/setup/SetupStack.inl       |  7 -------
 2 files changed, 21 deletions(-)
 delete mode 100644 corsika/detail/setup/SetupEnvironment.inl
 delete mode 100644 corsika/detail/setup/SetupStack.inl

diff --git a/corsika/detail/setup/SetupEnvironment.inl b/corsika/detail/setup/SetupEnvironment.inl
deleted file mode 100644
index 39b129bd1..000000000
--- a/corsika/detail/setup/SetupEnvironment.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * (c) Copyright 2020 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
-
-#include <corsika/framework/geometry/Point.hpp>
-#include <corsika/framework/geometry/CoordinateSystem.hpp>
-
-#include <limits>
diff --git a/corsika/detail/setup/SetupStack.inl b/corsika/detail/setup/SetupStack.inl
deleted file mode 100644
index 56fb4ff62..000000000
--- a/corsika/detail/setup/SetupStack.inl
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * (c) Copyright 2020 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.
- */
-- 
GitLab