summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-03 16:04:40 -0700
committerRider Linden <rider@lindenlab.com>2015-06-03 16:04:40 -0700
commit0d3fb07bfa205b65f242ef2b761e827ff30e42fe (patch)
treefd2dfec3e9d1ff5ba1a325f264391c5d76156f09 /indra/llmessage
parent2f0e3de43eafc4aeab75b648ecdc0c275ac368f5 (diff)
Remove vestigial httpclient.h include from files that no longer need it.
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-xindra/llmessage/llavatarnamecache.cpp1
-rw-r--r--indra/llmessage/llcorehttputil.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp
index 88b88d0454..5d9daca37a 100755
--- a/indra/llmessage/llavatarnamecache.cpp
+++ b/indra/llmessage/llavatarnamecache.cpp
@@ -30,7 +30,6 @@
#include "llcachename.h" // we wrap this system
#include "llframetimer.h"
-#include "llhttpclient.h"
#include "llsd.h"
#include "llsdserialize.h"
#include "httpresponse.h"
diff --git a/indra/llmessage/llcorehttputil.h b/indra/llmessage/llcorehttputil.h
index 213610e58e..53c8112395 100644
--- a/indra/llmessage/llcorehttputil.h
+++ b/indra/llmessage/llcorehttputil.h
@@ -36,6 +36,7 @@
#include "httpheaders.h"
#include "httpoptions.h"
#include "httphandler.h"
+#include "llhttpconstants.h" // *TODO: move to llcorehttp
#include "bufferarray.h"
#include "bufferstream.h"
#include "llsd.h"