Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / utils.cpp
index fee74e961245d02e0322f70c86c9e7d21e33cd43..0f1bd28c7e7a3da58d09abc63c5c3270347b7071 100644 (file)
@@ -5,8 +5,8 @@
  *
  */
 
-#include <common/compat/time.h>
-#include <common/time.h>
+#include <common/compat/time.hpp>
+#include <common/time.hpp>
 #include <fcntl.h>
 #include <poll.h>
 #include <stdbool.h>
@@ -17,8 +17,8 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <common/compat/errno.h>
-#include <common/macros.h>
+#include <common/compat/errno.hpp>
+#include <common/macros.hpp>
 
 #include "utils.h"
 
This page took 0.022548 seconds and 4 git commands to generate.