diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 7981ca7364c62359220c6c98396f1567d2c92a0c..c8a05e1faea6e0244ecc03f88c325bc7f5570879 100755 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -29,10 +29,7 @@ #include "llimage.h" #include "llmath.h" -#include "v3color.h" #include "v4coloru.h" -#include "m3math.h" -#include "v3math.h" #include "llimagebmp.h" #include "llimagetga.h" @@ -108,8 +105,8 @@ LLImageBase::~LLImageBase() deleteData(); // virtual } -//static -void LLImageBase::createPrivatePool() +//static +void LLImageBase::createPrivatePool() { if(!sPrivatePoolp) { diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index 4b1da233e1d6a01a05c0bdd1e2a19d187665e864..2277afc5852b6f21d4e1cc7e5b8bd72ad0ae6501 100755 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -71,8 +71,6 @@ const S32 HTTP_PACKET_SIZE = 1496; class LLImageFormatted; class LLImageRaw; class LLColor4U; -class LLColor3; -class LLMatrix3; class LLPrivateMemoryPool; typedef enum e_image_codec