Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_directory_handle.cpp
index 8dd7dd11a58aac396ca839659ed15abf4c63e65e..8a4e614993379ff42e01779b9cde562507d91b93 100644 (file)
@@ -14,9 +14,9 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/compat/directory-handle.h>
-#include <common/compat/errno.h>
-#include <common/error.h>
+#include <common/compat/directory-handle.hpp>
+#include <common/compat/errno.hpp>
+#include <common/error.hpp>
 #include <tap/tap.h>
 
 #define TEST_COUNT 9
This page took 0.023042 seconds and 4 git commands to generate.