Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / notification / sessiond_testpoints.cpp
index fa3fe7f418141e41b3cd57626cdda89a906f19c2..f0517ed14b911f9e62fc2bbf2ccd2d2e0036f76e 100644 (file)
@@ -6,10 +6,10 @@
  *
  */
 
-#include <common/compat/getenv.h>
-#include <common/consumer/consumer.h>
-#include <common/pipe.h>
-#include <common/error.h>
+#include <common/compat/getenv.hpp>
+#include <common/consumer/consumer.hpp>
+#include <common/pipe.hpp>
+#include <common/error.hpp>
 #include <unistd.h>
 #include <stdbool.h>
 #include <lttng/constant.h>
This page took 0.022753 seconds and 4 git commands to generate.