diff --git a/Environment/BaseExponential.h b/Environment/BaseExponential.h index e52e9595a9c05216faa5ddfe1b4afecfdd5111ed..028aa79a846292f87d9151c201b943321df340c5 100644 --- a/Environment/BaseExponential.h +++ b/Environment/BaseExponential.h @@ -17,7 +17,6 @@ #include <corsika/particles/ParticleProperties.h> #include <corsika/units/PhysicalUnits.h> -#include <cassert> #include <limits> namespace corsika::environment { diff --git a/Environment/FlatExponential.h b/Environment/FlatExponential.h index 97fba098e4ee0f09698d24c0b90bbb2829df414f..7f294bebdfe35f05ddbd96505a4bbee0473b7850 100644 --- a/Environment/FlatExponential.h +++ b/Environment/FlatExponential.h @@ -19,13 +19,6 @@ #include <corsika/particles/ParticleProperties.h> #include <corsika/units/PhysicalUnits.h> -#include <cassert> -#include <limits> - -/** - * - */ - namespace corsika::environment { template <class T>