diff options
| author | 2016-12-15 16:06:43 -0500 | |
|---|---|---|
| committer | 2016-12-15 16:06:43 -0500 | |
| commit | 3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845 (patch) | |
| tree | 7a4e3db5ab5a4cc4ea6af35d51c3389b00b6dac5 /src/core/arm/dyncom | |
| parent | Merge pull request #2327 from lioncash/typo (diff) | |
| parent | core: Add missing #pragma once directives where applicable (diff) | |
| download | yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.gz yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.xz yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.zip | |
Merge pull request #2330 from lioncash/pragma
core: Add missing #pragma once directives where applicable
Diffstat (limited to 'src/core/arm/dyncom')
| -rw-r--r-- | src/core/arm/dyncom/arm_dyncom_trans.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/dyncom/arm_dyncom_trans.h b/src/core/arm/dyncom/arm_dyncom_trans.h index b1ec90662..632ff2cd6 100644 --- a/src/core/arm/dyncom/arm_dyncom_trans.h +++ b/src/core/arm/dyncom/arm_dyncom_trans.h | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 1 | #include <cstddef> | 3 | #include <cstddef> |
| 2 | #include "common/common_types.h" | 4 | #include "common/common_types.h" |
| 3 | 5 | ||