X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8de466d0f03f18b22c6c36170b509d48a39fcd52..17c819afc4ceda4000eec137c8fee35168253b4d:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 0b5a60f25f..a174a31062 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -6,20 +6,13 @@ #ifndef SURF_MODEL_H_ #define SURF_MODEL_H_ -#include "xbt/signal.hpp" -#include "xbt/utility.hpp" - #include "src/surf/surf_private.hpp" -#include "surf/surf.hpp" -#include "xbt/str.h" -#include -#include -#include #include #include #include #include +#include /********* * Utils * @@ -33,7 +26,6 @@ XBT_PUBLIC_DATA int sg_concurrency_limit; extern XBT_PRIVATE double sg_latency_factor; extern XBT_PRIVATE double sg_bandwidth_factor; extern XBT_PRIVATE double sg_weight_S_parameter; -extern XBT_PRIVATE int sg_network_crosstraffic; extern XBT_PRIVATE std::vector surf_path; extern XBT_PRIVATE std::unordered_map traces_set_list; extern XBT_PRIVATE std::set watched_hosts;