Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-1.cpp
index 1f939dd07428a45fdee4ea610c8cebf45dbd2dd1..9befdd606ac6b8f0db8b7d0a36b2dc9148285f50 100644 (file)
@@ -9,13 +9,13 @@
 
 #define _LGPL_SOURCE
 
-#include <common/common.h>
-#include <common/sessiond-comm/relayd.h>
-#include <common/compat/string.h>
+#include <common/common.hpp>
+#include <common/sessiond-comm/relayd.hpp>
+#include <common/compat/string.hpp>
 #include <lttng/constant.h>
 
-#include "cmd-2-1.h"
-#include "utils.h"
+#include "cmd-2-1.hpp"
+#include "utils.hpp"
 
 /*
  * cmd_recv_stream_2_1 allocates path_name and channel_name.
This page took 0.022499 seconds and 4 git commands to generate.