diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-19 09:56:48 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-19 09:56:48 +0100 |
commit | b550bb0f09197c35b80d18d540761a7831c3e89b (patch) | |
tree | d86f5574202c7415c93fc45c7a5cd1f7fe892d06 /indra/newview/llavatarlist.cpp | |
parent | 8e474b095a9d228d62101540433937abdf623842 (diff) | |
parent | a4fc76a0f749e07d703ddb7ed923d7c4ea94ab7e (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llavatarlist.cpp')
-rw-r--r-- | indra/newview/llavatarlist.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llavatarlist.cpp b/indra/newview/llavatarlist.cpp index 72ee289c91..24290ac089 100644 --- a/indra/newview/llavatarlist.cpp +++ b/indra/newview/llavatarlist.cpp @@ -32,19 +32,21 @@ #include "llviewerprecompiledheaders.h" +#include "llavatarlist.h" + // common #include "lltrans.h" #include "llcommonutils.h" -#include "llavatarlist.h" -#include "llagentdata.h" // for comparator +// llui +#include "lltextutil.h" // newview +#include "llagentdata.h" // for comparator #include "llavatariconctrl.h" #include "llcallingcard.h" // for LLAvatarTracker #include "llcachename.h" #include "llrecentpeople.h" -#include "lltextutil.h" #include "lluuid.h" #include "llvoiceclient.h" #include "llviewercontrol.h" // for gSavedSettings |