Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / index.cpp
index 6cf131b256757cba64ab7796ea50a19cd0c20a8a..651b36715c106a9f0a2794ad1572b48a9ba0ffff 100644 (file)
@@ -9,14 +9,14 @@
 
 #define _LGPL_SOURCE
 
-#include <common/common.h>
-#include <common/utils.h>
-#include <common/compat/endian.h>
-
-#include "lttng-relayd.h"
-#include "stream.h"
-#include "index.h"
-#include "connection.h"
+#include <common/common.hpp>
+#include <common/utils.hpp>
+#include <common/compat/endian.hpp>
+
+#include "lttng-relayd.hpp"
+#include "stream.hpp"
+#include "index.hpp"
+#include "connection.hpp"
 
 /*
  * Allocate a new relay index object. Pass the stream in which it is
This page took 0.023247 seconds and 4 git commands to generate.