diff options
author | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-02-07 23:52:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 23:52:34 +0200 |
commit | 7496e746af2fae3d817e1c665923a0996b5673e3 (patch) | |
tree | ef79b4b5d1fb51e8dbe413f310da0dd4da299622 /indra/newview/llagentwearables.cpp | |
parent | 1eb2b23f4b254052924b198d446c052df9ca3124 (diff) | |
parent | c3ab9487245ac77016f3b651e2db47d239941659 (diff) |
SL-19159 pull request #71 from sldevel/invcat-fast-hash
Faster and simpler inventory category hashing.
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index 2e769dc737..53397978e0 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -41,7 +41,6 @@ #include "llinventoryobserver.h" #include "llinventorypanel.h" #include "lllocaltextureobject.h" -#include "llmd5.h" #include "llnotificationsutil.h" #include "lloutfitobserver.h" #include "llsidepanelappearance.h" |