summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/RegsArm64.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-22 01:10:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-22 01:10:53 +0000
commitd2fd0d98f8d5303be938bb7a9764a23c66456605 (patch)
treed7791735cd60241ffb1584d4e6843cd6c86a34a0 /libunwindstack/include/unwindstack/RegsArm64.h
parent966185affc2e364a1b966aafca4055218f3fbbb9 (diff)
parent291b5c3926c7c222cbed378125cd379460a1743e (diff)
downloadunwinding-android13-d1-release.tar.gz
Change-Id: I103108f08e2d19131e9a6fd4b99373235770d551
Diffstat (limited to 'libunwindstack/include/unwindstack/RegsArm64.h')
-rw-r--r--libunwindstack/include/unwindstack/RegsArm64.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/include/unwindstack/RegsArm64.h b/libunwindstack/include/unwindstack/RegsArm64.h
index 508366e..d12a043 100644
--- a/libunwindstack/include/unwindstack/RegsArm64.h
+++ b/libunwindstack/include/unwindstack/RegsArm64.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_REGS_ARM64_H
-#define _LIBUNWINDSTACK_REGS_ARM64_H
+#pragma once
#include <stdint.h>
@@ -73,5 +72,3 @@ class RegsArm64 : public RegsImpl<uint64_t> {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_REGS_ARM64_H