diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-17 01:53:27 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-01-17 01:53:27 +0200 |
commit | 346fc435f1b12e47b8bf51d15c70ceca4615de41 (patch) | |
tree | 223dba7ea789e4d484b0abb5206399da2d9f5e24 /indra/llvfs | |
parent | 26fae750ba753f32f58bd56d297f2d98c5759e50 (diff) |
SL-10291 cleanup-mutex
Diffstat (limited to 'indra/llvfs')
-rw-r--r-- | indra/llvfs/lllfsthread.h | 1 | ||||
-rw-r--r-- | indra/llvfs/llvfsthread.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/indra/llvfs/lllfsthread.h b/indra/llvfs/lllfsthread.h index cdb5c75946..58f658f7ba 100644 --- a/indra/llvfs/lllfsthread.h +++ b/indra/llvfs/lllfsthread.h @@ -32,7 +32,6 @@ #include <map> #include <set> -#include "llapr.h" #include "llpointer.h" #include "llqueuedthread.h" diff --git a/indra/llvfs/llvfsthread.h b/indra/llvfs/llvfsthread.h index 95f3c857c6..7814de4a2d 100644 --- a/indra/llvfs/llvfsthread.h +++ b/indra/llvfs/llvfsthread.h @@ -32,8 +32,6 @@ #include <map> #include <set> -#include "llapr.h" - #include "llqueuedthread.h" #include "llvfs.h" |