Rename C++ header files to .hpp
[lttng-tools.git] / src / common / compat / directory-handle.cpp
index 5bfb4b9eee2a94c03af9ec4f94e1d4b840740e86..ba5c6925c49feb3667f61e60ea0450507e19fe71 100644 (file)
@@ -5,13 +5,13 @@
  *
  */
 
-#include <common/compat/directory-handle.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/runas.h>
-#include <common/credentials.h>
+#include <common/compat/directory-handle.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/runas.hpp>
+#include <common/credentials.hpp>
 #include <lttng/constant.h>
-#include <common/dynamic-array.h>
+#include <common/dynamic-array.hpp>
 
 #include <sys/types.h>
 #include <sys/stat.h>
This page took 0.02539 seconds and 4 git commands to generate.