diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:06:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-22 10:06:10 +0100 |
| commit | 422be0eece2bf6ee80db1d3c21553cd82efff789 (patch) | |
| tree | 57604c446361be99eb092f35e703445260ada84a /src/lib/update_checker.cc | |
| parent | e34db1b3cdb5bce5ddcb112ee03664a4e463032a (diff) | |
Rename SafeStringStream -> locked_stringstream. Bump deps for removal of stringstream.
Diffstat (limited to 'src/lib/update_checker.cc')
| -rw-r--r-- | src/lib/update_checker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 58bc7c1b7..e6ee851a0 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -20,9 +20,9 @@ #include "update_checker.h" #include "version.h" -#include "safe_stringstream.h" #include "util.h" #include "raw_convert.h" +#include <locked_sstream.h> #include <libcxml/cxml.h> #include <curl/curl.h> #include <boost/algorithm/string.hpp> |
