IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bcc17ff8 authored by Remy Prechelt's avatar Remy Prechelt Committed by Ralf Ulrich
Browse files

Remove unused includes of older Logger file.

parent d1a0c6a5
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!223Complete rework of logging using spdlog
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
#include <corsika/process/stack_inspector/StackInspector.h> #include <corsika/process/stack_inspector/StackInspector.h>
#include <corsika/units/PhysicalUnits.h> #include <corsika/units/PhysicalUnits.h>
#include <corsika/logging/Logger.h>
#include <corsika/setup/SetupTrajectory.h> #include <corsika/setup/SetupTrajectory.h>
#include <chrono> #include <chrono>
......
set ( set (
SETUP_HEADERS SETUP_HEADERS
SetupStack.h SetupStack.h
SetupLogger.h
SetupEnvironment.h SetupEnvironment.h
SetupTrajectory.h SetupTrajectory.h
) )
......
/*
* (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 {}
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