Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make NetZoneImpl public too
[simgrid.git] / src / bindings / java / jmsg_as.cpp
index 3b5109b8ccc5526341576b715045e9f067a1d92c..9c7935d003016fcfd3b860e27130d4129021012c 100644 (file)
@@ -5,14 +5,14 @@
 /* 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 "simgrid/kernel/routing/NetZoneImpl.hpp"
 #include "simgrid/s4u/Host.hpp"
 #include "simgrid/s4u/NetZone.hpp"
-#include "src/kernel/routing/NetZoneImpl.hpp"
 
+#include "jmsg.hpp"
 #include "jmsg_as.hpp"
 #include "jmsg_host.h"
 #include "jxbt_utilities.hpp"
-#include "jmsg.hpp"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(java);