diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-26 17:54:33 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-26 17:54:33 -0700 |
commit | bb59fff5a0e60b16e0726fb2da6cc6ee9cc3569c (patch) | |
tree | 41113cfcc032f7ec372a36399fc372ecca564a59 /indra/newview/llfloatersocial.cpp | |
parent | 21379da780d975dd8a159b3459249d387bc2d023 (diff) |
ACME-628 Removing unneeeded headers files from llsnapshotpreview, llsnapshot and llfloatersocial
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index 43819e65f4..f16c5601c8 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -31,9 +31,12 @@ #include "llagent.h" #include "llagentui.h" +#include "llcombobox.h" #include "llfacebookconnect.h" #include "llfloaterreg.h" #include "lliconctrl.h" +#include "llresmgr.h" // LLLocale +#include "llsdserialize.h" #include "llslurl.h" #include "llviewerregion.h" #include "llviewercontrol.h" |