Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move NetCard to its own header file
[simgrid.git] / teshsuite / simdag / is-router / is-router.cpp
index 4e2bc76..2aa9ccf 100644 (file)
@@ -3,11 +3,11 @@
 /* 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 <stdio.h>
+#include "simgrid/s4u/host.hpp"
 #include "simgrid/simdag.h"
+#include "src/kernel/routing/NetCard.hpp"
 #include "src/surf/surf_routing.hpp"
-#include "simgrid/s4u/host.hpp"
-
+#include <stdio.h>
 
 int main(int argc, char **argv)
 {