diff --git a/Processes/InteractionCounter/InteractionHistogram.hpp b/Processes/InteractionCounter/InteractionHistogram.hpp index 30893ed04505146d334587dc28cf641f4bc1e89a..96d243f1223505498d211d675fc8cba6ec620fb6 100644 --- a/Processes/InteractionCounter/InteractionHistogram.hpp +++ b/Processes/InteractionCounter/InteractionHistogram.hpp @@ -23,7 +23,6 @@ namespace corsika::process::interaction_counter { inline auto hist_factory(unsigned int bin_number, float e_low, float e_high) { namespace bh = boost::histogram; namespace bha = bh::axis; - using namespace units::si; auto h = bh::make_histogram( bha::category<int, bh::use_default, bha::option::growth_t>{{2212, 2112},