From 9be806efde6c55fbd7e9443d2700255835019a03 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Fri, 4 May 2007 12:41:02 +0000 Subject: missed header renames from Issue 152 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@155 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/client/mac/handler/exception_handler.cc | 2 +- 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" -- cgit v1.2.1