summaryrefslogtreecommitdiff
path: root/indra/llmessage/llxfermanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llxfermanager.h')
-rw-r--r--indra/llmessage/llxfermanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/llxfermanager.h b/indra/llmessage/llxfermanager.h
index 5d213bbc71..c4af8fe937 100644
--- a/indra/llmessage/llxfermanager.h
+++ b/indra/llmessage/llxfermanager.h
@@ -45,7 +45,6 @@ class LLVFS;
#include "llxfer.h"
#include "message.h"
#include "llassetstorage.h"
-#include "linked_lists.h"
#include "lldir.h"
#include "lllinkedqueue.h"
#include "llthrottle.h"
@@ -101,7 +100,8 @@ class LLXferManager
LLXfer *mSendList;
LLXfer *mReceiveList;
- LLLinkedList <LLHostStatus> mOutgoingHosts;
+ typedef std::list<LLHostStatus*> status_list_t;
+ status_list_t mOutgoingHosts;
private:
protected: