summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2016-12-15 22:06:43 +0100
committerGitHub <noreply@github.com>2016-12-15 22:06:43 +0100
commit3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845 (patch)
tree7a4e3db5ab5a4cc4ea6af35d51c3389b00b6dac5 /src/core/arm/dyncom
parentMerge pull request #2327 from lioncash/typo (diff)
parentcore: Add missing #pragma once directives where applicable (diff)
downloadyuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.gz
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.bz2
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.lz
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.xz
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.tar.zst
yuzu-3e4cc6b3d259a5b37d6a2237e3ea182d67fa6845.zip
Diffstat (limited to 'src/core/arm/dyncom')
-rw-r--r--src/core/arm/dyncom/arm_dyncom_trans.h2
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 @@
+#pragma once
+
#include <cstddef>
#include "common/common_types.h"