Rename C++ header files to .hpp
[lttng-tools.git] / src / common / time.cpp
index 57078331c4f31add87924b0b0d80814a053618d5..7149912468d2c9d7a6acd41d41e13fe9eed92e90 100644 (file)
@@ -5,11 +5,11 @@
  *
  */
 
-#include <common/time.h>
-#include <common/error.h>
-#include <common/macros.h>
-#include <common/error.h>
-#include <common/compat/errno.h>
+#include <common/time.hpp>
+#include <common/error.hpp>
+#include <common/macros.hpp>
+#include <common/error.hpp>
+#include <common/compat/errno.hpp>
 #include <stddef.h>
 #include <stdint.h>
 #include <limits.h>
This page took 0.023275 seconds and 4 git commands to generate.