Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / tracefile-array.cpp
index 05012b642cc40f6f6c913806e808b56d488e45d5..8b1b533d5d60e8520344531ff3f3813d36030591 100644 (file)
@@ -6,11 +6,11 @@
  */
 
 #define _LGPL_SOURCE
-#include <common/common.h>
-#include <common/utils.h>
-#include <common/defaults.h>
+#include <common/common.hpp>
+#include <common/utils.hpp>
+#include <common/defaults.hpp>
 
-#include "tracefile-array.h"
+#include "tracefile-array.hpp"
 
 struct tracefile_array *tracefile_array_create(size_t count)
 {
This page took 0.023049 seconds and 4 git commands to generate.