Rename C++ header files to .hpp
[lttng-tools.git] / src / common / thread.cpp
index 34a620679d258a1e72035416f67ed85310473ba4..fecc0064dbca83358dd65dfb559a1d8cca2e16bf 100644 (file)
@@ -7,8 +7,8 @@
 
 #include <string.h>
 
-#include <common/compat/pthread.h>
-#include "thread.h"
+#include <common/compat/pthread.hpp>
+#include "thread.hpp"
 
 
 int lttng_thread_setname(const char *name)
This page took 0.022881 seconds and 4 git commands to generate.