mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-28 03:14:22 +01:00
Remove unnecessary dependencies.
Review URL: https://codereview.chromium.org/1266493002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1477 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
2997f45907
commit
4634d88f2e
@ -55,7 +55,6 @@
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include "processor/range_map-inl.h"
|
||||
@ -72,7 +71,6 @@ namespace google_breakpad {
|
||||
using std::istream;
|
||||
using std::ifstream;
|
||||
using std::numeric_limits;
|
||||
using std::stringstream;
|
||||
using std::vector;
|
||||
|
||||
// Returns true iff |context_size| matches exactly one of the sizes of the
|
||||
|
Loading…
Reference in New Issue
Block a user