summaryrefslogtreecommitdiff
path: root/indra/llimage
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-21 19:55:59 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-21 19:55:59 +0300
commit8756727a525f3c4f72d790adafb8d719dfc24a94 (patch)
treeee201c54b5e218ed449bb90c398355c0c88ffa4e /indra/llimage
parent8f07f8e233ed5ed6c5a7b6f797d0ee7b18b652e2 (diff)
parent4bda6873ee7baac1ac34f92178d871c430da88c6 (diff)
Merge branch 'develop' into marchcat/b-develop
# Conflicts: # indra/newview/llvoicewebrtc.cpp
Diffstat (limited to 'indra/llimage')
-rw-r--r--indra/llimage/llimagej2c.cpp1
-rw-r--r--indra/llimage/llimagej2c.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/llimage/llimagej2c.cpp b/indra/llimage/llimagej2c.cpp
index 42f3e92257..4ec95bbcc3 100644
--- a/indra/llimage/llimagej2c.cpp
+++ b/indra/llimage/llimagej2c.cpp
@@ -31,7 +31,6 @@
#include "llmath.h"
#include "llmemory.h"
#include "llsd.h"
-#include <boost/scoped_ptr.hpp>
// Declare the prototype for this factory function here. It is implemented in
// other files which define a LLImageJ2CImpl subclass, but only ONE static
diff --git a/indra/llimage/llimagej2c.h b/indra/llimage/llimagej2c.h
index 2a32e10bac..19744a7f87 100644
--- a/indra/llimage/llimagej2c.h
+++ b/indra/llimage/llimagej2c.h
@@ -30,7 +30,6 @@
#include "llimage.h"
#include "llassettype.h"
#include "llmetricperformancetester.h"
-#include <boost/scoped_ptr.hpp>
// JPEG2000 : compression rate used in j2c conversion.
const F32 DEFAULT_COMPRESSION_RATE = 1.f/8.f;