Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_fd_tracker.cpp
index 544dc84eafee3b6015ef64183c1a071125d51a2b..63f3d0afa31921ab78a2b3086d3c1292e6bb97a5 100644 (file)
 
 #include <urcu.h>
 
-#include <common/compat/directory-handle.h>
-#include <common/compat/errno.h>
-#include <common/error.h>
-#include <common/fs-handle.h>
-#include <common/fd-tracker/fd-tracker.h>
+#include <common/compat/directory-handle.hpp>
+#include <common/compat/errno.hpp>
+#include <common/error.hpp>
+#include <common/fs-handle.hpp>
+#include <common/fd-tracker/fd-tracker.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
This page took 0.023168 seconds and 4 git commands to generate.