X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6d03a0a88c2673c9e5c604d63912b77bc17fdd4..7e3052a90110227b0628cfde015552c1dd154563:/src/xbt/string.cpp diff --git a/src/xbt/string.cpp b/src/xbt/string.cpp index afc6445cee..68d036f49d 100644 --- a/src/xbt/string.cpp +++ b/src/xbt/string.cpp @@ -1,23 +1,21 @@ -/* Copyright (c) 2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2015-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include -#include - -#include - +#include #include #include +#include +#include + namespace simgrid { namespace xbt { #if SIMGRID_HAVE_MC -const char string::NUL = '\0'; +char string::NUL = '\0'; #endif