Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / manage-apps.cpp
index 588e83b6c495ef4f1b8c50f805e46e86c97fea5c..4ee3538b2b9e70703edf7f02d2f9a5adf79767b8 100644 (file)
@@ -7,11 +7,11 @@
  *
  */
 
-#include "manage-apps.h"
-#include "testpoint.h"
-#include "health-sessiond.h"
-#include "utils.h"
-#include "thread.h"
+#include "manage-apps.hpp"
+#include "testpoint.hpp"
+#include "health-sessiond.hpp"
+#include "utils.hpp"
+#include "thread.hpp"
 
 struct thread_notifiers {
        struct lttng_pipe *quit_pipe;
This page took 0.022381 seconds and 4 git commands to generate.