Import CStringView from the Babeltrace tree
[lttng-tools.git] / src / common / thread.cpp
index 34a620679d258a1e72035416f67ed85310473ba4..b46a55852a5f015485856e9a41228506372036df 100644 (file)
@@ -5,11 +5,11 @@
  *
  */
 
-#include <string.h>
+#include "thread.hpp"
 
-#include <common/compat/pthread.h>
-#include "thread.h"
+#include <common/compat/pthread.hpp>
 
+#include <string.h>
 
 int lttng_thread_setname(const char *name)
 {
@@ -27,4 +27,3 @@ int lttng_thread_setname(const char *name)
 
        return ret;
 }
-
This page took 0.024868 seconds and 4 git commands to generate.