Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / connection.cpp
index 98ffad29f986de121db5b607c9a9cfd7b0918abb..c1e58aba3430f0fbbbedb89cb42261731cc94b3d 100644 (file)
@@ -8,12 +8,12 @@
  */
 
 #define _LGPL_SOURCE
-#include <common/common.h>
+#include <common/common.hpp>
 #include <urcu/rculist.h>
 
-#include "connection.h"
-#include "stream.h"
-#include "viewer-session.h"
+#include "connection.hpp"
+#include "stream.hpp"
+#include "viewer-session.hpp"
 
 bool connection_get(struct relay_connection *conn)
 {
This page took 0.023121 seconds and 4 git commands to generate.