mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-23 05:55:36 +00:00
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
This commit is contained in:
parent
c2f9501755
commit
c96f4d7e01
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue