X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fthread.cpp;h=b46a55852a5f015485856e9a41228506372036df;hb=HEAD;hp=34a620679d258a1e72035416f67ed85310473ba4;hpb=a6bc4ca9d659caf016ef932fcd944029737ac57c;p=lttng-tools.git diff --git a/src/common/thread.cpp b/src/common/thread.cpp index 34a620679..b46a55852 100644 --- a/src/common/thread.cpp +++ b/src/common/thread.cpp @@ -5,11 +5,11 @@ * */ -#include +#include "thread.hpp" -#include -#include "thread.h" +#include +#include int lttng_thread_setname(const char *name) { @@ -27,4 +27,3 @@ int lttng_thread_setname(const char *name) return ret; } -