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.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/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index b05032b858..fe3d257b02 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -27,13 +27,10 @@ #ifndef LL_LLSNAPSHOTLIVEPREVIEW_H #define LL_LLSNAPSHOTLIVEPREVIEW_H -#include "llimagebmp.h" -#include "llimagej2c.h" -#include "llimagejpeg.h" -#include "llimagepng.h" #include "llpanelsnapshot.h" #include "llviewerwindow.h" -#include "llworld.h" + +class LLImageJPEG; ///---------------------------------------------------------------------------- /// Class LLSnapshotLivePreview |