diff options
author | Rider Linden <rider@lindenlab.com> | 2015-06-03 16:04:40 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-06-03 16:04:40 -0700 |
commit | 0d3fb07bfa205b65f242ef2b761e827ff30e42fe (patch) | |
tree | fd2dfec3e9d1ff5ba1a325f264391c5d76156f09 /indra/viewer_components/updater | |
parent | 2f0e3de43eafc4aeab75b648ecdc0c275ac368f5 (diff) |
Remove vestigial httpclient.h include from files that no longer need it.
Diffstat (limited to 'indra/viewer_components/updater')
-rwxr-xr-x | indra/viewer_components/updater/llupdatechecker.cpp | 1 | ||||
-rwxr-xr-x | indra/viewer_components/updater/llupdatechecker.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/llupdatechecker.cpp b/indra/viewer_components/updater/llupdatechecker.cpp index e5d7d345cb..29cb238892 100755 --- a/indra/viewer_components/updater/llupdatechecker.cpp +++ b/indra/viewer_components/updater/llupdatechecker.cpp @@ -26,7 +26,6 @@ #include "linden_common.h" #include <stdexcept> #include <boost/format.hpp> -#include "llhttpclient.h" #include "llsd.h" #include "llupdatechecker.h" #include "lluri.h" diff --git a/indra/viewer_components/updater/llupdatechecker.h b/indra/viewer_components/updater/llupdatechecker.h index 09ed306ca7..e5050bb952 100755 --- a/indra/viewer_components/updater/llupdatechecker.h +++ b/indra/viewer_components/updater/llupdatechecker.h @@ -30,7 +30,6 @@ #include <boost/shared_ptr.hpp> #include "llmd5.h" -#include "llhttpclient.h" #include "lleventcoro.h" #include "llcoros.h" |