diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-27 11:26:18 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-27 11:26:18 -0700 |
commit | 29477353f9ac936a5269302b76179ae0b1feec3a (patch) | |
tree | a31e475665b7524c1df46745c816fbef0ade2486 /indra/newview/llfloatersocial.h | |
parent | 173b4ec4561793ca5913c7ec89bc8b83a71b2702 (diff) |
ACME-628 Removing unneeeded headers files and used forward declarations for llfloatersnapshot.h, llfloatersocial.h and llsnapshotlivepreview.h.
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index b7792e10c1..d4073212ff 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -30,7 +30,9 @@ #include "llfloater.h" #include "llviewertexture.h" -#include "llsnapshotlivepreview.h" +class LLIconCtrl; +class LLCheckBoxCtrl; +class LLSnapshotLivePreview; class LLSocialStatusPanel : public LLPanel { @@ -64,7 +66,7 @@ class LLSocialPhotoPanel : public LLPanel void updateResolution(LLUICtrl* ctrl, void* data, BOOL do_update = TRUE); void setNeedRefresh(bool need); - void checkAspectRatio(LLFloaterSnapshot *view, S32 index); + void checkAspectRatio(S32 index); LLSnapshotLivePreview* getPreviewView(); void updateControls(); |