X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..18a5aa8f0eb9f359ee016d8ad7bd9e56c4bef179:/src/simgrid/util.hpp diff --git a/src/simgrid/util.hpp b/src/simgrid/util.hpp index 195070742f..634a6f2e99 100644 --- a/src/simgrid/util.hpp +++ b/src/simgrid/util.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2015. The SimGrid Team. +/* Copyright (c) 2015-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,8 +7,6 @@ #ifndef SIMGRID_UTIL_HTPP #define SIMGRID_UTIL_HTPP -#include - #include namespace simgrid { @@ -37,7 +35,7 @@ typename C::mapped_type const* find_map_ptr(C const& c, K const& k) return &i->second; } -} -} +} // namespace util +} // namespace simgrid #endif