diff options
author | Dave Parks <davep@lindenlab.com> | 2010-02-17 15:50:50 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-02-17 15:50:50 -0600 |
commit | 74621ff8a8a141d50a3c92430afbe53a9e00edb5 (patch) | |
tree | a386a4adcb26de977358205575b085cab3ec8ae2 /indra/llmessage | |
parent | 3bca0fceb21c0e08908125608059cec0860bafbe (diff) |
Post-review cleanup.
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llcurl.cpp | 1 | ||||
-rw-r--r-- | indra/llmessage/llcurl.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 5212ba1eca..0c919011ac 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -55,7 +55,6 @@ #include "llstl.h" #include "llsdserialize.h" #include "llthread.h" -#include "llvfile.h" ////////////////////////////////////////////////////////////////////////////// /* diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index 5367643289..6ec0a5d8a7 100644 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -44,7 +44,6 @@ #include <boost/intrusive_ptr.hpp> #include <curl/curl.h> // TODO: remove dependency -#include "llassettype.h" #include "llbuffer.h" #include "lliopipe.h" #include "llsd.h" |