]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jmsg_file.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless casts.
[simgrid.git] / src / bindings / java / jmsg_file.h
index 31720a57abfd6ae212caa4d81e2ee284e93de0f7..1da1742f5fcf03813138176cf13b52e00ea498ab 100644 (file)
@@ -1,6 +1,6 @@
 /* Java bindings of the file API.                                           */
 
-/* Copyright (c) 2012-2015. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2012-2019. 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. */
@@ -8,8 +8,9 @@
 #ifndef MSG_JFILE_H
 #define MSG_JFILE_H
 
-#include <jni.h>
 #include "simgrid/msg.h"
+#include "simgrid/plugins/file_system.h"
+#include <jni.h>
 
 SG_BEGIN_DECL()