Rename C++ header files to .hpp
[lttng-tools.git] / src / common / fd-handle.cpp
index d8b5b785d11679d25d045a08e4df0e93592c7072..7473f071789982ca1c169812ef6d109430269269 100644 (file)
@@ -8,8 +8,8 @@
 #include <unistd.h>
 #include <urcu/ref.h>
 
-#include "fd-handle.h"
-#include <common/error.h>
+#include "fd-handle.hpp"
+#include <common/error.hpp>
 
 struct fd_handle {
        struct urcu_ref ref;
This page took 0.022627 seconds and 4 git commands to generate.