Rename short_phone_number files

This commit is contained in:
Ben Merritt 2019-07-31 21:42:06 -07:00
parent 4e04898fc1
commit a4da0deccd
No known key found for this signature in database
GPG Key ID: F8AD20ED4E6239B7
4 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ extern "C" {
#include "postgres.h"
}
#include "short_phone_number.h"
#include "packed_phone_number.h"
using namespace i18n::phonenumbers;

View File

@ -1,4 +1,4 @@
#include "short_phone_number.h"
#include "packed_phone_number.h"
using namespace google::protobuf;
using namespace i18n::phonenumbers;

View File

@ -10,7 +10,7 @@ extern "C" {
}
#include "error_handling.h"
#include "short_phone_number.h"
#include "packed_phone_number.h"
using namespace i18n::phonenumbers;