Rename C++ header files to .hpp
[lttng-tools.git] / src / common / uuid.cpp
index 77b9a767bececffe3210255c9d8c11f1dc9a086d..558110fc0e9e7e46b6d75f44978dfad0944c7454 100644 (file)
@@ -6,7 +6,7 @@
  *
  */
 
-#include <common/compat/string.h>
+#include <common/compat/string.hpp>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
@@ -14,7 +14,7 @@
 #include <string.h>
 #include <time.h>
 
-#include "uuid.h"
+#include "uuid.hpp"
 
 static const lttng_uuid nil_uuid = { 0 };
 static bool lttng_uuid_is_init;
This page took 0.023316 seconds and 4 git commands to generate.