X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d442cebf6863fc131f3fcf453039a70e6b014d11..ce9cbf0e2aea0198cb08a735a3ad36c6471f5468:/src/bindings/java/jmsg_vm.cpp diff --git a/src/bindings/java/jmsg_vm.cpp b/src/bindings/java/jmsg_vm.cpp index 93124880a4..12d1fe113a 100644 --- a/src/bindings/java/jmsg_vm.cpp +++ b/src/bindings/java/jmsg_vm.cpp @@ -1,20 +1,14 @@ -/* Functions related to the MSG VM API. */ +/* Functions related to the Virtual Machines. */ -/* Copyright (c) 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ /* 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 "jmsg.h" #include "jmsg_vm.h" #include "jmsg_host.h" -#include "jmsg_process.h" #include "jxbt_utilities.h" -#include "simgrid/msg.h" -#include +#include "xbt/ex.hpp" XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(jmsg);