aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormmandlis@chromium.org <mmandlis@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-05-01 23:31:44 +0000
committermmandlis@chromium.org <mmandlis@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2014-05-01 23:31:44 +0000
commitc96f4d7e018c83dd7efbe35cc984e0f8a712dc5f (patch)
treeb3201b35972854d1893bff93481aaf4526d61321 /src
parentAdd Arm64 support to dumpsyms. (diff)
downloadbreakpad-c96f4d7e018c83dd7efbe35cc984e0f8a712dc5f.tar.xz
Fixing a build break on Linux.
R=ivanpe@chromium.org Review URL: https://breakpad.appspot.com/4654002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1323 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src')
-rw-r--r--src/common/linux/google_crashdump_uploader.cc1
-rw-r--r--src/common/linux/google_crashdump_uploader.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/common/linux/google_crashdump_uploader.cc b/src/common/linux/google_crashdump_uploader.cc
index ea72a860..4da1f5e4 100644
--- a/src/common/linux/google_crashdump_uploader.cc
+++ b/src/common/linux/google_crashdump_uploader.cc
@@ -29,7 +29,6 @@
#include "common/linux/google_crashdump_uploader.h"
-#include "common/linux/libcurl_wrapper.h"
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/src/common/linux/google_crashdump_uploader.h b/src/common/linux/google_crashdump_uploader.h
index c8d8b8a3..44901620 100644
--- a/src/common/linux/google_crashdump_uploader.h
+++ b/src/common/linux/google_crashdump_uploader.h
@@ -31,13 +31,12 @@
#include <string>
#include <map>
+#include "common/linux/libcurl_wrapper.h"
#include "common/scoped_ptr.h"
#include "common/using_std_string.h"
namespace google_breakpad {
-class LibcurlWrapper;
-
class GoogleCrashdumpUploader {
public:
GoogleCrashdumpUploader(const string& product,