mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 03:55:38 +01:00
Fix remaining processor/scoped_ptr.h references after r1096.
Review URL: https://breakpad.appspot.com/516002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1103 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
c6f6d9ef30
commit
1c4f4a776c
@ -178,7 +178,6 @@ src_libbreakpad_a_SOURCES = \
|
||||
src/processor/process_state.cc \
|
||||
src/processor/range_map-inl.h \
|
||||
src/processor/range_map.h \
|
||||
src/processor/scoped_ptr.h \
|
||||
src/processor/simple_serializer-inl.h \
|
||||
src/processor/simple_serializer.h \
|
||||
src/processor/simple_symbol_supplier.cc \
|
||||
@ -1042,6 +1041,7 @@ EXTRA_DIST = \
|
||||
src/common/mac/string_utilities.h \
|
||||
src/common/md5.cc \
|
||||
src/common/md5.h \
|
||||
src/common/scoped_ptr.h \
|
||||
src/common/solaris/dump_symbols.cc \
|
||||
src/common/solaris/dump_symbols.h \
|
||||
src/common/solaris/file_id.cc \
|
||||
|
@ -297,7 +297,7 @@ am__src_libbreakpad_a_SOURCES_DIST = \
|
||||
src/processor/postfix_evaluator-inl.h \
|
||||
src/processor/postfix_evaluator.h \
|
||||
src/processor/process_state.cc src/processor/range_map-inl.h \
|
||||
src/processor/range_map.h src/processor/scoped_ptr.h \
|
||||
src/processor/range_map.h \
|
||||
src/processor/simple_serializer-inl.h \
|
||||
src/processor/simple_serializer.h \
|
||||
src/processor/simple_symbol_supplier.cc \
|
||||
@ -2229,6 +2229,7 @@ EXTRA_DIST = \
|
||||
src/common/mac/string_utilities.h \
|
||||
src/common/md5.cc \
|
||||
src/common/md5.h \
|
||||
src/common/scoped_ptr.h \
|
||||
src/common/solaris/dump_symbols.cc \
|
||||
src/common/solaris/dump_symbols.h \
|
||||
src/common/solaris/file_id.cc \
|
||||
|
@ -33,8 +33,8 @@
|
||||
#include <Windows.h>
|
||||
#include <DbgHelp.h>
|
||||
#include "client/windows/common/ipc_protocol.h"
|
||||
#include "common/scoped_ptr.h"
|
||||
#include "google_breakpad/common/minidump_format.h"
|
||||
#include "processor/scoped_ptr.h"
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include "client/windows/common/ipc_protocol.h"
|
||||
#include "processor/scoped_ptr.h"
|
||||
#include "common/scoped_ptr.h"
|
||||
|
||||
namespace google_breakpad {
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <cassert>
|
||||
#include <list>
|
||||
#include "client/windows/common/auto_critical_section.h"
|
||||
#include "processor/scoped_ptr.h"
|
||||
#include "common/scoped_ptr.h"
|
||||
|
||||
#include "client/windows/crash_generation/client_info.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user