X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3a1ea70a418f393ca1677074e928c664022295bd..67d66b0cf79b9fc02c0450f254584693dbf21d3b:/src/xbt/xbt_main.cpp diff --git a/src/xbt/xbt_main.cpp b/src/xbt/xbt_main.cpp index e718a4acab..9058e51277 100644 --- a/src/xbt/xbt_main.cpp +++ b/src/xbt/xbt_main.cpp @@ -1,6 +1,6 @@ /* module handling */ -/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2021. 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. */ @@ -10,7 +10,6 @@ #include "simgrid/config.h" #include "simgrid/sg_config.hpp" #include "src/internal_config.h" -#include "src/xbt_modinter.h" /* prototype of other module's init/exit in XBT */ #include "xbt/config.hpp" #include "xbt/coverage.h" #include "xbt/dynar.h" @@ -19,6 +18,7 @@ #include "xbt/misc.h" #include "xbt/module.h" /* this module */ #include "xbt/sysdep.h" +#include "xbt/xbt_modinter.h" /* prototype of other module's init/exit in XBT */ #include #include @@ -45,7 +45,6 @@ std::vector cmdline; /* all we got in argv */ int xbt_initialized = 0; simgrid::config::Flag cfg_dbg_clean_atexit{ "debug/clean-atexit", - {"clean-atexit"}, "Whether to cleanup SimGrid at exit. Disable it if your code segfaults after its end.", true};