Rename short_phone_number files
This commit is contained in:
parent
4e04898fc1
commit
a4da0deccd
|
@ -9,7 +9,7 @@ extern "C" {
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "short_phone_number.h"
|
#include "packed_phone_number.h"
|
||||||
|
|
||||||
using namespace i18n::phonenumbers;
|
using namespace i18n::phonenumbers;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "short_phone_number.h"
|
#include "packed_phone_number.h"
|
||||||
|
|
||||||
using namespace google::protobuf;
|
using namespace google::protobuf;
|
||||||
using namespace i18n::phonenumbers;
|
using namespace i18n::phonenumbers;
|
|
@ -10,7 +10,7 @@ extern "C" {
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "error_handling.h"
|
#include "error_handling.h"
|
||||||
#include "short_phone_number.h"
|
#include "packed_phone_number.h"
|
||||||
|
|
||||||
using namespace i18n::phonenumbers;
|
using namespace i18n::phonenumbers;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue