X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e5ef63ac93fa2b2a79a1f53866c06e549ecd7d0..d809b28aed8516d8e281c908502638df19e784dd:/src/surf/surf_interface.cpp diff --git a/src/surf/surf_interface.cpp b/src/surf/surf_interface.cpp index dcb2444df3..2ed96e5e92 100644 --- a/src/surf/surf_interface.cpp +++ b/src/surf/surf_interface.cpp @@ -4,20 +4,17 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "surf_interface.hpp" +#include "instr/instr_interface.hpp" // TRACE_is_enabled(). FIXME: remove by subscribing tracing to the surf signals #include "mc/mc.h" -#include "simgrid/kernel/routing/NetPoint.hpp" #include "simgrid/s4u/Engine.hpp" -#include "simgrid/sg_config.h" -#include "src/instr/instr_private.hpp" // TRACE_is_enabled(). FIXME: remove by subscribing tracing to the surf signals -#include "src/kernel/lmm/maxmin.hpp" // Constraint +#include "simgrid/sg_config.hpp" +#include "src/internal_config.h" #include "src/surf/HostImpl.hpp" -#include "xbt/utility.hpp" #include "src/surf/xml/platf.hpp" +#include "surf/surf.hpp" #include -#include #include -#include #ifdef _WIN32 #include