diff options
| author | 2016-12-15 15:40:51 -0500 | |
|---|---|---|
| committer | 2016-12-15 15:40:51 -0500 | |
| commit | 2f3c1bdfb4f307983e9a2e82003bfac2c8b033dd (patch) | |
| tree | 71735576681527df2da9921399b89990e7606f8e /src/core/arm/dyncom | |
| parent | Merge pull request #2325 from yuriks/fix-index (diff) | |
| download | yuzu-2f3c1bdfb4f307983e9a2e82003bfac2c8b033dd.tar.gz yuzu-2f3c1bdfb4f307983e9a2e82003bfac2c8b033dd.tar.xz yuzu-2f3c1bdfb4f307983e9a2e82003bfac2c8b033dd.zip | |
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 | ||