aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-07-21 17:44:48 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-07-21 17:44:48 +0000
commit32d04cdbbcf695e93c0785ed5ced186afaa0fd80 (patch)
treebbaddebf402f6ea8110ea79e9f3ffdcfb3152b9a /src/common/linux
parentRemove NetworkSourceLine{Resolver,Server} and related code. It never wound up... (diff)
downloadbreakpad-32d04cdbbcf695e93c0785ed5ced186afaa0fd80.tar.xz
Remove curl/types.h include, since this header has been deprecated for a long time and removed in a recent curl release.
P=Evan Shaw <edsrzf@gmail.com> R=ted git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@814 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/linux')
-rw-r--r--src/common/linux/http_upload.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/linux/http_upload.cc b/src/common/linux/http_upload.cc
index d552d00b..69a23f77 100644
--- a/src/common/linux/http_upload.cc
+++ b/src/common/linux/http_upload.cc
@@ -33,7 +33,6 @@
#include <dlfcn.h>
#include <curl/curl.h>
#include <curl/easy.h>
-#include <curl/types.h>
namespace {