diff options
| author | Richard Linden <none@none> | 2013-07-18 15:09:45 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-07-18 15:09:45 -0700 |
| commit | 075a7bcc980b0ca0d2888d344b6afa8ab5b52d85 (patch) | |
| tree | 162daed1e3e4da73d0e086c5dba1ef9a4a8ed4c4 /indra/llimage/llimage.cpp | |
| parent | 862cdf3061d66dfe4ae482f24436960b136a3ce4 (diff) | |
SH-4297 WIP interesting: viewer-interesting starts loading cached scene late
dependency cleanup - removed a lot of unecessary includes
Diffstat (limited to 'indra/llimage/llimage.cpp')
| -rwxr-xr-x | indra/llimage/llimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/llimage.cpp b/indra/llimage/llimage.cpp index 8477e62db7..655d7a381a 100755 --- a/indra/llimage/llimage.cpp +++ b/indra/llimage/llimage.cpp @@ -26,6 +26,7 @@ #include "linden_common.h" +#include "llimageworker.h" #include "llimage.h" #include "llmath.h" @@ -37,7 +38,6 @@ #include "llimagejpeg.h" #include "llimagepng.h" #include "llimagedxt.h" -#include "llimageworker.h" #include "llmemory.h" //--------------------------------------------------------------------------- |
