| Index: snapshot/mac/mach_o_image_symbol_table_reader.h
|
| diff --git a/snapshot/mac/mach_o_image_symbol_table_reader.h b/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| index 9302e7fc00006d6fa22588b3c3e9d096e4ab6000..a9867b05cd35be9addf863ba51d90e9128af33a3 100644
|
| --- a/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| +++ b/snapshot/mac/mach_o_image_symbol_table_reader.h
|
| @@ -15,14 +15,13 @@
|
| #ifndef CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
|
| #define CRASHPAD_SNAPSHOT_MAC_MACH_O_IMAGE_SYMBOL_TABLE_READER_H_
|
|
|
| -#include "base/basictypes.h"
|
| -
|
| #include <map>
|
| #include <string>
|
|
|
| #include <mach/mach.h>
|
| #include <stdint.h>
|
|
|
| +#include "base/macros.h"
|
| #include "snapshot/mac/mach_o_image_segment_reader.h"
|
| #include "snapshot/mac/process_reader.h"
|
| #include "snapshot/mac/process_types.h"
|
|
|