diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-22 03:58:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-22 03:58:05 +0000 |
| commit | 59f63e2b6d0dba963faee7dfee54fbb48dee396a (patch) | |
| tree | 29ecb7853c0429a3c8050bde2d147b7d59ff2a8c /src/lib/internet.cc | |
| parent | 3f8953593f8f55cef214ca259fe4aa4fa2f25ad4 (diff) | |
Remove POSIX backtraces; move ScopedTemporary into its own file.
Diffstat (limited to 'src/lib/internet.cc')
| -rw-r--r-- | src/lib/internet.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/internet.cc b/src/lib/internet.cc index 1c61e96e3..b45eaabf7 100644 --- a/src/lib/internet.cc +++ b/src/lib/internet.cc @@ -23,7 +23,8 @@ #include <boost/filesystem.hpp> #include <curl/curl.h> #include <zip.h> -#include "util.h" +#include "scoped_temporary.h" +#include "compose.hpp" #include "safe_stringstream.h" #include "i18n.h" |
