Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename C++ only header files from .h to .hpp.
[simgrid.git] / src / simix / smx_host_private.hpp
similarity index 95%
rename from src/simix/smx_host_private.h
rename to src/simix/smx_host_private.hpp
index d9a6b57..3b45cbf 100644 (file)
@@ -3,8 +3,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. */
 
-#ifndef SIMIX_HOST_PRIVATE_H
-#define SIMIX_HOST_PRIVATE_H
+#ifndef SIMIX_HOST_PRIVATE_HPP
+#define SIMIX_HOST_PRIVATE_HPP
 
 #include <functional>
 #include <map>
@@ -14,7 +14,7 @@
 #include <xbt/Extendable.hpp>
 
 #include "simgrid/simix.h"
-#include "popping_private.h"
+#include "popping_private.hpp"
 
 #include "src/kernel/activity/ExecImpl.hpp"