diff options
| author | Stefan Boberg <[email protected]> | 2023-04-20 12:09:39 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-04-20 12:09:39 +0200 |
| commit | a4f324512bbce04a3f2750bc0406a4e582990704 (patch) | |
| tree | c6c58b87cedd88e3e9100d6be5f785af9721d7c0 | |
| parent | Update README.md (diff) | |
| download | zen-a4f324512bbce04a3f2750bc0406a4e582990704.tar.xz zen-a4f324512bbce04a3f2750bc0406a4e582990704.zip | |
#pragma once added to some headers
| -rw-r--r-- | zenserver/auth/authmgr.h | 2 | ||||
| -rw-r--r-- | zenserver/auth/oidc.h | 2 | ||||
| -rw-r--r-- | zenserver/frontend/zipfs.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/zenserver/auth/authmgr.h b/zenserver/auth/authmgr.h index 0354bdbfa..054588ab9 100644 --- a/zenserver/auth/authmgr.h +++ b/zenserver/auth/authmgr.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <zencore/crypto.h> #include <zencore/iobuffer.h> #include <zencore/string.h> diff --git a/zenserver/auth/oidc.h b/zenserver/auth/oidc.h index 4ed06317b..f43ae3cd7 100644 --- a/zenserver/auth/oidc.h +++ b/zenserver/auth/oidc.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <zencore/string.h> #include <vector> diff --git a/zenserver/frontend/zipfs.h b/zenserver/frontend/zipfs.h index b877e278e..e1fa4457c 100644 --- a/zenserver/frontend/zipfs.h +++ b/zenserver/frontend/zipfs.h @@ -1,5 +1,7 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#pragma once + #include <zencore/iobuffer.h> #include <unordered_map> |