Rename C++ header files to .hpp
[lttng-tools.git] / src / common / path.cpp
index ff2f86d652a1d2124febd59da9c5e2d3ea69bad9..1699cc5a6de28d0075002ee0266220399fd8c79d 100644 (file)
@@ -8,9 +8,9 @@
  */
 
 #define _LGPL_SOURCE
-#include <common/macros.h>
-#include <common/common.h>
-#include <common/path.h>
+#include <common/macros.hpp>
+#include <common/common.hpp>
+#include <common/path.hpp>
 
 /*
  * Return a partial realpath(3) of the path even if the full path does not
This page took 0.023207 seconds and 4 git commands to generate.