From 25d188b40d2802c39f28895d83b098b4886aa599 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sat, 6 Mar 2021 14:28:56 -0500
Subject: [PATCH] Clean up needless includes caused by SOMEONE find replacing
 en-mass

---
 indra/llmessage/lltransfersourceasset.h | 2 --
 indra/llmessage/lltransfertargetvfile.h | 3 ---
 indra/newview/lloutfitgallery.cpp       | 1 -
 indra/newview/llpostcard.cpp            | 1 -
 indra/newview/llviewerassetstorage.h    | 2 --
 indra/newview/llviewertexture.h         | 1 -
 indra/newview/llviewertexturelist.cpp   | 1 -
 7 files changed, 11 deletions(-)

diff --git a/indra/llmessage/lltransfersourceasset.h b/indra/llmessage/lltransfersourceasset.h
index 585e683cb33..f89f9dc81da 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 39a9125f1b0..f063e70b819 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 666a78eaee0..f8c1a559076 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 071fc31d27c..50f4a704131 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 972c89de34b..d4e6b02eb9a 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 5b24944fe71..006ab334a63 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 8ffd45ce25d..e622ab183a3 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"
 
-- 
GitLab