Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / thread.cpp
index 446a8c9d2e52276dd5972cf869884c57ec22bb78..9ce539b816a99732cf0a6c3ed5c3901584e8e44a 100644 (file)
@@ -5,13 +5,13 @@
  *
  */
 
-#include "thread.h"
+#include "thread.hpp"
 #include <urcu/list.h>
 #include <urcu/ref.h>
 #include <pthread.h>
-#include <common/macros.h>
-#include <common/error.h>
-#include <common/defaults.h>
+#include <common/macros.hpp>
+#include <common/error.hpp>
+#include <common/defaults.hpp>
 
 static struct thread_list {
        struct cds_list_head head;
This page took 0.023221 seconds and 4 git commands to generate.