Browse Source

Remove unused includes (#1820)

reviewable/pr1821/r1
Keghani Kouzoujian 9 years ago
committed by GitHub
parent
commit
d30218f9d7
3 changed files with 0 additions and 6 deletions
  1. +0
    -1
      cpp/src/phonenumbers/regex_based_matcher.cc
  2. +0
    -1
      cpp/src/phonenumbers/regex_based_matcher.h
  3. +0
    -4
      cpp/test/phonenumbers/geocoding/area_code_map_test.cc

+ 0
- 1
cpp/src/phonenumbers/regex_based_matcher.cc View File

@ -16,7 +16,6 @@
#include "phonenumbers/regex_based_matcher.h"
#include <memory>
#include <string>
#include "phonenumbers/base/memory/scoped_ptr.h"


+ 0
- 1
cpp/src/phonenumbers/regex_based_matcher.h View File

@ -17,7 +17,6 @@
#ifndef I18N_PHONENUMBERS_REGEX_BASED_MATCHER_H_
#define I18N_PHONENUMBERS_REGEX_BASED_MATCHER_H_
#include <memory>
#include <string>
#include "phonenumbers/base/basictypes.h"


+ 0
- 4
cpp/test/phonenumbers/geocoding/area_code_map_test.cc View File

@ -29,10 +29,6 @@
namespace i18n {
namespace phonenumbers {
using std::map;
using std::string;
using std::vector;
namespace {
void MakeCodeMap(const PrefixDescriptions* descriptions,


Loading…
Cancel
Save