diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-08-07 16:34:14 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-08-07 16:34:14 -0400 |
commit | cdc4f5dbd69526906724dc298594906826f6b8b0 (patch) | |
tree | a1ac5b0b19ebcc9faccefb5b8059b53e128a86d0 /indra/newview/llstartup.cpp | |
parent | 3102dc0db472acac7c4007e7423e405a889d665a (diff) |
Move #include "coro_scheduler.h" from llstartup to llappviewer.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 82eb59c002..d49e0d9ba2 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -48,7 +48,6 @@ #include "llaudioengine_openal.h" #endif -#include "coro_scheduler.h" #include "llavatarnamecache.h" #include "llexperiencecache.h" #include "lllandmark.h" |