X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..71d215251ec3eeb3e4192c0e14ec6dea8fd97007:/src/xbt/xbt_str.cpp diff --git a/src/xbt/xbt_str.cpp b/src/xbt/xbt_str.cpp index b0ab069670..b5300552bf 100644 --- a/src/xbt/xbt_str.cpp +++ b/src/xbt/xbt_str.cpp @@ -1,15 +1,14 @@ -/* xbt_str.cpp - various helping functions to deal with strings */ +/* xbt_str.cpp - various helping functions to deal with strings */ -/* Copyright (c) 2007-2018. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2018. 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/str.h" /* headers of these functions */ #include "xbt/sysdep.h" -#include "xbt/str.h" /* headers of these functions */ /** @brief Splits a string into a dynar of strings * @@ -264,7 +263,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");