Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / manage-consumer.cpp
index cce48526e681309de3cb17bc0ea111b83abcba54..4a3e3b4ab9ec2adc991be079bee4b72478b5420a 100644 (file)
@@ -9,15 +9,15 @@
 
 #include <signal.h>
 
-#include <common/pipe.h>
-#include <common/utils.h>
-
-#include "manage-consumer.h"
-#include "testpoint.h"
-#include "health-sessiond.h"
-#include "utils.h"
-#include "thread.h"
-#include "ust-consumer.h"
+#include <common/pipe.hpp>
+#include <common/utils.hpp>
+
+#include "manage-consumer.hpp"
+#include "testpoint.hpp"
+#include "health-sessiond.hpp"
+#include "utils.hpp"
+#include "thread.hpp"
+#include "ust-consumer.hpp"
 
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
This page took 0.024805 seconds and 4 git commands to generate.