From 07994f50f3150973f8d8a2b5134a4dacffaec108 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 28 Nov 2016 15:11:50 -0800 Subject: [PATCH] Remove include now included in parent header --- atom/common/crash_reporter/crash_reporter_mac.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/atom/common/crash_reporter/crash_reporter_mac.mm b/atom/common/crash_reporter/crash_reporter_mac.mm index 877c68d1c2b6..d5107b5edb99 100644 --- a/atom/common/crash_reporter/crash_reporter_mac.mm +++ b/atom/common/crash_reporter/crash_reporter_mac.mm @@ -13,7 +13,6 @@ #include "base/strings/string_piece.h" #include "base/strings/stringprintf.h" #include "base/strings/sys_string_conversions.h" -#include "vendor/crashpad/client/crash_report_database.h" #include "vendor/crashpad/client/crashpad_client.h" #include "vendor/crashpad/client/crashpad_info.h" #include "vendor/crashpad/client/settings.h"