diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-05-04 12:41:02 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-05-04 12:41:02 +0000 |
commit | 9be806efde6c55fbd7e9443d2700255835019a03 (patch) | |
tree | 976452f09c7ad155d8d0b39aebf5e5cc415d452e | |
parent | Issue 158: reviewer ladderbreaker (diff) | |
download | breakpad-9be806efde6c55fbd7e9443d2700255835019a03.tar.xz |
missed header renames from Issue 152
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@155 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rw-r--r-- | src/client/mac/handler/exception_handler.cc | 2 | ||||
-rw-r--r-- | src/client/mac/handler/minidump_generator.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/mac/handler/exception_handler.cc b/src/client/mac/handler/exception_handler.cc index b61fda89..eee562b2 100644 --- a/src/client/mac/handler/exception_handler.cc +++ b/src/client/mac/handler/exception_handler.cc @@ -32,7 +32,7 @@ #include "client/mac/handler/exception_handler.h" #include "client/mac/handler/minidump_generator.h" -#include "common/mac/mac_compat.h" +#include "common/mac/macho_utilities.h" namespace google_breakpad { diff --git a/src/client/mac/handler/minidump_generator.h b/src/client/mac/handler/minidump_generator.h index 2251897d..33d84c1c 100644 --- a/src/client/mac/handler/minidump_generator.h +++ b/src/client/mac/handler/minidump_generator.h @@ -38,7 +38,7 @@ #include "client/minidump_file_writer.h" #include "google_breakpad/common/minidump_format.h" -#include "common/mac/mac_compat.h" +#include "common/mac/macho_utilities.h" #include "dynamic_images.h" |