mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
ios: Remove unused vector include
When updating Chromium's copy of crashpad I received this very reasonable warning: client\ios_handler\exception_processor.h: Includes STL header(s) but does not reference std:: So, this change removes the #include of vector. Change-Id: I22f05b542fd4e0b582351072a3e3bb4af402b836 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3459402 Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Justin Cohen <justincohen@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
This commit is contained in:
parent
be4fb6a412
commit
0830895880
@ -15,8 +15,6 @@
|
||||
#ifndef CRASHPAD_UTIL_IOS_EXCEPTION_PROCESSOR_H_
|
||||
#define CRASHPAD_UTIL_IOS_EXCEPTION_PROCESSOR_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "util/misc/capture_context.h"
|
||||
|
||||
namespace crashpad {
|
||||
|
Loading…
x
Reference in New Issue
Block a user