Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename C++ only header files from .h to .hpp.
[simgrid.git] / src / simix / smx_private.hpp
similarity index 98%
rename from src/simix/smx_private.h
rename to src/simix/smx_private.hpp
index f10bf4d..1f20d83 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_PRIVATE_H
-#define SIMIX_PRIVATE_H
+#ifndef SIMIX_PRIVATE_HPP
+#define SIMIX_PRIVATE_HPP
 
 #include "simgrid/s4u/Actor.hpp"
 #include "src/kernel/context/Context.hpp"