Add #pragma once to headers

This commit is contained in:
Ben Merritt 2019-07-30 22:01:17 -07:00
parent 908dbd688d
commit 1d146975bd
No known key found for this signature in database
GPG Key ID: F8AD20ED4E6239B7
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#pragma once
#include <exception>
#include "phonenumbers/phonenumberutil.h"

View File

@ -1,3 +1,5 @@
#pragma once
#include <cstddef>
#include <type_traits>

View File

@ -1,3 +1,5 @@
#pragma once
#include <cstdint>
#include <exception>
#include <string>