X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77bbf3027c4240a2e833209a3a3f186589da8577..b47ba9d4ca3cdedcd61f4cda5bf031f8660d1c0e:/src/xbt/xbt_str.cpp diff --git a/src/xbt/xbt_str.cpp b/src/xbt/xbt_str.cpp index 06f1860fac..ac97beec08 100644 --- a/src/xbt/xbt_str.cpp +++ b/src/xbt/xbt_str.cpp @@ -1,15 +1,13 @@ -/* xbt_str.cpp - various helping functions to deal with strings */ +/* xbt_str.cpp - various helping functions to deal with strings */ -/* Copyright (c) 2007-2017. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-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 "simgrid/Exception.hpp" #include "xbt/misc.h" -#include "xbt/sysdep.h" -#include "xbt/str.h" /* headers of these functions */ +#include "xbt/str.h" /* headers of these functions */ /** @brief Splits a string into a dynar of strings * @@ -264,7 +262,7 @@ double xbt_str_parse_double(const char* str, const char* error_msg) } #ifdef SIMGRID_TEST -#include +#include "simgrid/Exception.hpp" #include "xbt/str.h" XBT_TEST_SUITE("xbt_str", "String Handling");