Removed unused includes/declarations
Change-Id: I2ada9f96efe97c25c885eef561af725418a46bec Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1652667 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
d7676cd696
commit
756daa536a
2 changed files with 0 additions and 4 deletions
|
@ -33,7 +33,6 @@
|
|||
#include "processor/range_map-inl.h"
|
||||
|
||||
#include "breakpad_googletest_includes.h"
|
||||
#include "common/scoped_ptr.h"
|
||||
#include "processor/linked_ptr.h"
|
||||
#include "processor/logging.h"
|
||||
|
||||
|
@ -42,7 +41,6 @@ namespace {
|
|||
using google_breakpad::linked_ptr;
|
||||
using google_breakpad::MergeRangeStrategy;
|
||||
using google_breakpad::RangeMap;
|
||||
using google_breakpad::scoped_ptr;
|
||||
|
||||
// A CountedObject holds an int. A global (not thread safe!) count of
|
||||
// allocated CountedObjects is maintained to help test memory management.
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "processor/range_map-inl.h"
|
||||
|
||||
#include "breakpad_googletest_includes.h"
|
||||
#include "common/scoped_ptr.h"
|
||||
#include "processor/linked_ptr.h"
|
||||
#include "processor/logging.h"
|
||||
|
||||
|
@ -47,7 +46,6 @@ namespace {
|
|||
using google_breakpad::linked_ptr;
|
||||
using google_breakpad::MergeRangeStrategy;
|
||||
using google_breakpad::RangeMap;
|
||||
using google_breakpad::scoped_ptr;
|
||||
|
||||
// A CountedObject holds an int. A global (not thread safe!) count of
|
||||
// allocated CountedObjects is maintained to help test memory management.
|
||||
|
|
Loading…
Reference in a new issue