Rename C++ header files to .hpp
[lttng-tools.git] / src / common / string-utils / string-utils.cpp
index c2a508dd134c239dba27a7f0b94f8a179408ae0b..5cfcef2566fec7f3bf5173eb176ddab8cf1735d5 100644 (file)
@@ -15,8 +15,8 @@
 #include <errno.h>
 #include <stdarg.h>
 
-#include "string-utils.h"
-#include "../macros.h"
+#include "string-utils.hpp"
+#include "../macros.hpp"
 
 enum star_glob_pattern_type_flags {
        STAR_GLOB_PATTERN_TYPE_FLAG_NONE = 0,
This page took 0.024414 seconds and 4 git commands to generate.