Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / ctf-trace.cpp
index 861bcfbb3f7a44c6d055babdc544abc584835dfc..4ee745a10c9102b42e01f32a6e16ffbf699a12cd 100644 (file)
@@ -9,13 +9,13 @@
 
 #define _LGPL_SOURCE
 
-#include <common/common.h>
-#include <common/utils.h>
+#include <common/common.hpp>
+#include <common/utils.hpp>
 #include <urcu/rculist.h>
 
-#include "ctf-trace.h"
-#include "lttng-relayd.h"
-#include "stream.h"
+#include "ctf-trace.hpp"
+#include "lttng-relayd.hpp"
+#include "stream.hpp"
 
 static uint64_t last_relay_ctf_trace_id;
 static pthread_mutex_t last_relay_ctf_trace_id_lock = PTHREAD_MUTEX_INITIALIZER;
This page took 0.023866 seconds and 4 git commands to generate.