X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7053d97d2d627c1f2bbd019953748b09af99c1e2..c46148013de34cfdc4d4651a26e26cf8c0d974b0:/src/simix/smx_context.cpp diff --git a/src/simix/smx_context.cpp b/src/simix/smx_context.cpp index 5dbbfb2900..d07d747b97 100644 --- a/src/simix/smx_context.cpp +++ b/src/simix/smx_context.cpp @@ -5,23 +5,12 @@ /* 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 "simgrid/modelchecker.h" -#include "simgrid/sg_config.hpp" -#include "smx_private.hpp" #include "src/internal_config.h" -#include "xbt/log.h" -#include "xbt/xbt_os_thread.h" +#include "src/simix/smx_private.hpp" +#include "xbt/config.hpp" -#include -#include -#include #include -#include #ifdef _WIN32 #include