diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-03-03 10:12:35 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-03-03 10:25:45 +0300 |
| commit | fe2f39d489a1b5fd9130ce7306f94ae7eacc2ce1 (patch) | |
| tree | 13b7290e461b8be0045422a03e2e054cf6f9bc87 /src/Platform/Posix/Tss.c | |
| parent | d403d41f2c54ca382d3a1be17491fdf94097c693 (diff) | |
| download | bhlib-fe2f39d489a1b5fd9130ce7306f94ae7eacc2ce1.tar.gz | |
Move include from BH/Thread.h to impls' Thread.h
Diffstat (limited to 'src/Platform/Posix/Tss.c')
| -rw-r--r-- | src/Platform/Posix/Tss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Platform/Posix/Tss.c b/src/Platform/Posix/Tss.c index a16d653..dd66429 100644 --- a/src/Platform/Posix/Tss.c +++ b/src/Platform/Posix/Tss.c @@ -1,6 +1,5 @@ #include "Thread.h" -#include <BH/Thread.h> #include <stdlib.h> #include <string.h> |
