mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-07-23 05:08:42 +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/google_crashdump_uploader.h"
|
||||||
#include "common/linux/libcurl_wrapper.h"
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
|
@ -31,13 +31,12 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
#include "common/linux/libcurl_wrapper.h"
|
||||||
#include "common/scoped_ptr.h"
|
#include "common/scoped_ptr.h"
|
||||||
#include "common/using_std_string.h"
|
#include "common/using_std_string.h"
|
||||||
|
|
||||||
namespace google_breakpad {
|
namespace google_breakpad {
|
||||||
|
|
||||||
class LibcurlWrapper;
|
|
||||||
|
|
||||||
class GoogleCrashdumpUploader {
|
class GoogleCrashdumpUploader {
|
||||||
public:
|
public:
|
||||||
GoogleCrashdumpUploader(const string& product,
|
GoogleCrashdumpUploader(const string& product,
|
||||||
|
|
Loading…
Reference in a new issue