summaryrefslogtreecommitdiff
path: root/indra/newview/llwebprofile.cpp
diff options
context:
space:
mode:
authorKadah_Coba <kadah.coba@gmail.com>2019-03-04 00:18:45 -0800
committerKadah_Coba <kadah.coba@gmail.com>2019-03-04 00:18:45 -0800
commitb82d70cf2aa2b56a2c0bfdd941ee4f74e690e4df (patch)
tree4b6dbea34571740cff01bfdeb55fd4fb2adc4caa /indra/newview/llwebprofile.cpp
parent0be2b5ce51a7625b01884d512906cdcf3a580444 (diff)
Added viewer based profiles
Split picks and classifieds in to separate panels Moved getProfileURL to LLAvatarActions Removed dead XUI panels Removed picks/classifieds floater
Diffstat (limited to 'indra/newview/llwebprofile.cpp')
-rw-r--r--indra/newview/llwebprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwebprofile.cpp b/indra/newview/llwebprofile.cpp
index 81d4e30a7a..c3bdb4b4d0 100644
--- a/indra/newview/llwebprofile.cpp
+++ b/indra/newview/llwebprofile.cpp
@@ -35,7 +35,7 @@
#include "llsdserialize.h"
// newview
-#include "llpanelprofile.h" // for getProfileURL(). FIXME: move the method to LLAvatarActions
+#include "llavataractions.h" // for getProfileURL()
#include "llviewermedia.h" // FIXME: don't use LLViewerMedia internals
#include "llcorehttputil.h"