Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / notification / default_pipe_size_getter.cpp
index 40e2e126fbfa3e50a86ab1be143b91cd5eb8e0b5..21efa3996dff702c341973768ea9336d398f60d4 100644 (file)
@@ -14,8 +14,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <common/pipe.h>
-#include <common/error.h>
+#include <common/pipe.hpp>
+#include <common/error.hpp>
 
 int lttng_opt_verbose;
 int lttng_opt_mi;
This page took 0.023114 seconds and 4 git commands to generate.