Rename C++ header files to .hpp
[lttng-tools.git] / tests / unit / test_utils_expand_path.cpp
index e85cbbced9c4af4a546d629a445a70fb361a1697..3cb1a81604c585ae12fe898ebbb0109deffb8586 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <tap/tap.h>
 
-#include <common/utils.h>
-#include <common/path.h>
-#include <common/common.h>
+#include <common/utils.hpp>
+#include <common/path.hpp>
+#include <common/common.hpp>
 
 /* For error.h */
 int lttng_opt_quiet = 1;
This page took 0.023079 seconds and 4 git commands to generate.