diff --git a/indra/llmessage/lltransfersourceasset.h b/indra/llmessage/lltransfersourceasset.h index 585e683cb33ce92937759e64e58ac768a0ecd541..f89f9dc81daf235c87958e4cec03285d827c291d 100644 --- a/indra/llmessage/lltransfersourceasset.h +++ b/indra/llmessage/lltransfersourceasset.h @@ -30,8 +30,6 @@ #include "lltransfermanager.h" #include "llassetstorage.h" -class LLFileSystem; - class LLTransferSourceParamsAsset : public LLTransferSourceParams { public: diff --git a/indra/llmessage/lltransfertargetvfile.h b/indra/llmessage/lltransfertargetvfile.h index 39a9125f1b0aeaf481ae62bfa676ead534870a2b..f063e70b819d356eb139cde5f0fe28c52c85be06 100644 --- a/indra/llmessage/lltransfertargetvfile.h +++ b/indra/llmessage/lltransfertargetvfile.h @@ -29,9 +29,6 @@ #include "lltransfermanager.h" #include "llassetstorage.h" -#include "llfilesystem.h" - -class LLFileSystem; // Lame, an S32 for now until I figure out the deal with how we want to do // error codes. diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index 666a78eaee0263826065bd1999c4c1e184fb12ec..f8c1a55907637cdd530782579baffeb87704abd4 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -30,7 +30,6 @@ // llcommon #include "llcommonutils.h" -#include "llfilesystem.h" #include "llaccordionctrltab.h" #include "llappearancemgr.h" diff --git a/indra/newview/llpostcard.cpp b/indra/newview/llpostcard.cpp index 071fc31d27c161e8180980a0ef924333103fc085..50f4a7041319c8073f34292d14f43517bbb15550 100644 --- a/indra/newview/llpostcard.cpp +++ b/indra/newview/llpostcard.cpp @@ -28,7 +28,6 @@ #include "llpostcard.h" -#include "llfilesystem.h" #include "llviewerregion.h" #include "message.h" diff --git a/indra/newview/llviewerassetstorage.h b/indra/newview/llviewerassetstorage.h index 972c89de34bb8405d3ea742f51382c5cc9dbe375..d4e6b02eb9ac48b08cf4d29b9dfba8d522aa6a25 100644 --- a/indra/newview/llviewerassetstorage.h +++ b/indra/newview/llviewerassetstorage.h @@ -30,8 +30,6 @@ #include "llassetstorage.h" #include "llcorehttputil.h" -class LLFileSystem; - class LLViewerAssetRequest; class LLViewerAssetStorage : public LLAssetStorage diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 5b24944fe7154a8166e1b1da5fbd0416b0c05edf..006ab334a63fd744902d22ef3fff6cbbe7bf5d89 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -54,7 +54,6 @@ class LLTexturePipelineTester ; typedef void (*loaded_callback_func)( BOOL success, LLViewerFetchedTexture *src_vi, LLImageRaw* src, LLImageRaw* src_aux, S32 discard_level, BOOL final, void* userdata ); -class LLFileSystem; class LLMessageSystem; class LLViewerMediaImpl ; class LLVOVolume ; diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 8ffd45ce25d796dd19cfa1cd86792f7034f5d806..e622ab183a38a59f8131ec46eed803652b2ebea1 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -41,7 +41,6 @@ #include "llsdserialize.h" #include "llsys.h" -#include "llfilesystem.h" #include "llxmltree.h" #include "message.h"