Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / timer.cpp
index 9635dea81a426c4774cf85640e12b2e0efa83c37..4e8b8026b2ee7534f01a95826b8f92f89f6b4dd3 100644 (file)
 #include <inttypes.h>
 #include <signal.h>
 
-#include "timer.h"
-#include "health-sessiond.h"
-#include "rotation-thread.h"
-#include "thread.h"
+#include "timer.hpp"
+#include "health-sessiond.hpp"
+#include "rotation-thread.hpp"
+#include "thread.hpp"
 
 #define LTTNG_SESSIOND_SIG_QS                          SIGRTMIN + 10
 #define LTTNG_SESSIOND_SIG_EXIT                                SIGRTMIN + 11
This page took 0.023317 seconds and 4 git commands to generate.