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/llsnapshotlivepreview.cpp | |
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/llsnapshotlivepreview.cpp')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp index e8dc323ee6..7532ebfc57 100644 --- a/indra/newview/llsnapshotlivepreview.cpp +++ b/indra/newview/llsnapshotlivepreview.cpp @@ -35,6 +35,10 @@ #include "llfloaterperms.h" #include "llfloaterreg.h" #include "llfloatersocial.h" +#include "llimagebmp.h" +#include "llimagej2c.h" +#include "llimagejpeg.h" +#include "llimagepng.h" #include "lllandmarkactions.h" #include "lllocalcliprect.h" #include "llnotificationsutil.h" @@ -48,6 +52,7 @@ #include "llvfs.h" #include "llwebsharing.h" #include "llwindow.h" +#include "llworld.h" const F32 AUTO_SNAPSHOT_TIME_DELAY = 1.f; @@ -57,7 +62,6 @@ F32 SHINE_OPACITY = 0.3f; F32 FALL_TIME = 0.6f; S32 BORDER_WIDTH = 6; -const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte const S32 MAX_TEXTURE_SIZE = 512 ; //max upload texture size 512 * 512 std::set<LLSnapshotLivePreview*> LLSnapshotLivePreview::sList; |