Add #pragma once to headers
This commit is contained in:
parent
908dbd688d
commit
1d146975bd
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
|
||||
#include "phonenumbers/phonenumberutil.h"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue