Browse Source
Merge pull request #6522 from Morph1984/pragma
general: Add missing #pragma once directives
pull/15/merge
bunnei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
0 deletions
-
src/common/logging/types.h
-
src/core/hle/api_version.h
-
src/core/hle/service/spl/spl_results.h
-
src/core/hle/service/spl/spl_types.h
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
// Licensed under GPLv2 or any later version |
|
|
|
// Refer to the license.txt file included. |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <chrono> |
|
|
|
|
|
|
|
#include "common/common_types.h" |
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
// Licensed under GPLv2 or any later version |
|
|
|
// Refer to the license.txt file included. |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include "common/common_types.h" |
|
|
|
|
|
|
|
// This file contains yuzu's HLE API version constants. |
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
// Licensed under GPLv2 or any later version |
|
|
|
// Refer to the license.txt file included. |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include "core/hle/result.h" |
|
|
|
|
|
|
|
namespace Service::SPL { |
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
// Licensed under GPLv2 or any later version |
|
|
|
// Refer to the license.txt file included. |
|
|
|
|
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <span> |
|
|
|
|
|
|
|
#include "common/bit_field.h" |
|
|
|
|