Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename C++ only header files from .h to .hpp.
[simgrid.git] / src / bindings / java / jmsg.cpp
index 1bb1487..804cc7b 100644 (file)
 
 #include "simgrid/s4u/Host.hpp"
 
-#include "src/simix/smx_private.h"
+#include "src/simix/smx_private.hpp"
 
 #include "jmsg_process.h"
-#include "jmsg_as.h"
+#include "jmsg_as.hpp"
 #include "jmsg_host.h"
 #include "jmsg_storage.h"
 #include "jmsg_task.h"
-#include "jxbt_utilities.h"
-#include "jmsg.h"
+#include "jxbt_utilities.hpp"
+#include "jmsg.hpp"
 
 #include "JavaContext.hpp"