diff options
| author | Richard Linden <none@none> | 2011-07-05 23:40:19 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-07-05 23:40:19 -0700 |
| commit | e92d3dcf1013ab340fdef514b41ebf790f79e04c (patch) | |
| tree | 447925f223ad942566734128f66e7f15c675e9a7 /indra/newview/llagentwearables.cpp | |
| parent | 9fb8b53999c3deb2d3171609215da2cff3403635 (diff) | |
EXP-971 FIX New Direct Delivery item does not sort as most recent item in Recent Tab if that tab is open when item delivered
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
| -rw-r--r-- | indra/newview/llagentwearables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index d426afb17c..36272f0c7c 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -33,7 +33,6 @@ #include "llagentwearablesfetch.h" #include "llappearancemgr.h" #include "llcallbacklist.h" -#include "llfolderview.h" #include "llgesturemgr.h" #include "llinventorybridge.h" #include "llinventoryfunctions.h" @@ -45,6 +44,7 @@ #include "llsidepanelappearance.h" #include "llsidetray.h" #include "lltexlayer.h" +#include "lltooldraganddrop.h" #include "llviewerregion.h" #include "llvoavatarself.h" #include "llwearable.h" |
