From 39423c5e63cbaa7fc3c41a4af6037948c4033225 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 1 May 2017 09:42:56 +0200 Subject: [PATCH] Fix java builds --- src/bindings/java/jmsg.cpp | 10 +++++----- src/bindings/java/jmsg_as.cpp | 2 +- src/bindings/java/jmsg_host.cpp | 2 +- src/bindings/java/jmsg_task.cpp | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bindings/java/jmsg.cpp b/src/bindings/java/jmsg.cpp index 7ffbb238d1..265fd61ca5 100644 --- a/src/bindings/java/jmsg.cpp +++ b/src/bindings/java/jmsg.cpp @@ -7,13 +7,13 @@ #include -#include -#include -#include +#include "simgrid/msg.h" +#include "simgrid/plugins/energy.h" +#include "simgrid/simix.h" -#include +#include "simgrid/s4u/Host.hpp" -#include +#include "src/simix/smx_private.h" #include "jmsg_process.h" #include "jmsg_as.h" diff --git a/src/bindings/java/jmsg_as.cpp b/src/bindings/java/jmsg_as.cpp index 271990ab7c..9b4f7bf3ae 100644 --- a/src/bindings/java/jmsg_as.cpp +++ b/src/bindings/java/jmsg_as.cpp @@ -5,8 +5,8 @@ /* 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/s4u/Host.hpp" #include "simgrid/s4u/NetZone.hpp" -#include "simgrid/s4u/host.hpp" #include "src/kernel/routing/NetZoneImpl.hpp" #include "jmsg_as.h" diff --git a/src/bindings/java/jmsg_host.cpp b/src/bindings/java/jmsg_host.cpp index 938391c5c2..7b45e78355 100644 --- a/src/bindings/java/jmsg_host.cpp +++ b/src/bindings/java/jmsg_host.cpp @@ -6,7 +6,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/plugins/energy.h" -#include "simgrid/s4u/host.hpp" +#include "simgrid/s4u/Host.hpp" #include "jmsg.h" #include "jmsg_host.h" diff --git a/src/bindings/java/jmsg_task.cpp b/src/bindings/java/jmsg_task.cpp index b8ebf844fb..d6151845eb 100644 --- a/src/bindings/java/jmsg_task.cpp +++ b/src/bindings/java/jmsg_task.cpp @@ -5,7 +5,7 @@ /* 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 "simgrid/s4u/Host.hpp" #include "jmsg.h" #include "jmsg_host.h" -- 2.20.1