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