diff options
| author | AiraYumi <aira.youme@airanyumi.net> | 2024-01-13 15:36:45 +0900 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-01-16 15:51:58 +0200 | 
| commit | 382f9f0786b5225ac6d9648241e6c04f4f94f262 (patch) | |
| tree | a76b7d679866c5df2e6141b1aad7f46b763c70af /indra/llmessage | |
| parent | 568f1a19b16f7febfd6ff3963f28840399aec8b5 (diff) | |
replace part of boost::fibers::* to std::*
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/message.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/llmessage/message.h b/indra/llmessage/message.h index e25a9ea7ef..4aab0a6537 100644 --- a/indra/llmessage/message.h +++ b/indra/llmessage/message.h @@ -58,7 +58,6 @@  #include "boost/function.hpp"  #include "llpounceable.h"  #include "llcoros.h" -#include LLCOROS_MUTEX_HEADER  const U32 MESSAGE_MAX_STRINGS_LENGTH = 64;  const U32 MESSAGE_NUMBER_OF_HASH_BUCKETS = 8192; | 
