This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
Remove unused includes (
#1820
)
reviewable/pr1821/r1
Keghani Kouzoujian
9 years ago
committed by
GitHub
parent
f4204c19d4
commit
d30218f9d7
3 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
cpp/src/phonenumbers/regex_based_matcher.cc
+0
-1
cpp/src/phonenumbers/regex_based_matcher.h
+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
,
Write
Preview
Loading…
Cancel
Save