X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f59cb100dd632a729c4729360ddf1f46da52bec..e5b7ca2bccfd542f49b069ef8239391ecadcbc55:/src/surf/surf_routing.cpp diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 7875245f8a..313b39d10d 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -4,6 +4,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 "surf_routing.hpp" #include "simgrid/sg_config.h" @@ -12,8 +18,6 @@ #include "src/surf/AsImpl.hpp" #include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area -#include - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf"); namespace simgrid {