Rename C++ header files to .hpp
[lttng-tools.git] / src / common / fs-handle.cpp
index bed0010e76d9f850b5f88e40035f5ae0099ca59f..ffdb883bd61c86921c8dc4e1cf14350093283236 100644 (file)
@@ -5,9 +5,9 @@
  *
  */
 
-#include <common/fs-handle-internal.h>
-#include <common/fs-handle.h>
-#include <common/readwrite.h>
+#include <common/fs-handle-internal.hpp>
+#include <common/fs-handle.hpp>
+#include <common/readwrite.hpp>
 
 int fs_handle_get_fd(struct fs_handle *handle)
 {
This page took 0.023256 seconds and 4 git commands to generate.