Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename C++ only header files from .h to .hpp.
[simgrid.git] / src / instr / instr_smpi.hpp
similarity index 96%
rename from src/instr/instr_smpi.h
rename to src/instr/instr_smpi.hpp
index cd6faa5..e212b46 100644 (file)
@@ -3,15 +3,15 @@
 /* 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 INSTR_SMPI_H_
-#define INSTR_SMPI_H_
+#ifndef INSTR_SMPI_HPP
+#define INSTR_SMPI_HPP
 
 #ifdef __cplusplus
 #include <string>
 #endif
 
 #include "smpi/smpi.h"
-#include "src/instr/instr_private.h"
+#include "src/instr/instr_private.hpp"
 
 SG_BEGIN_DECL()