summaryrefslogtreecommitdiff
path: root/libunwindstack/RegsInfo.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2022-04-21 23:47:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-21 23:47:32 +0000
commit291b5c3926c7c222cbed378125cd379460a1743e (patch)
treed7791735cd60241ffb1584d4e6843cd6c86a34a0 /libunwindstack/RegsInfo.h
parent1654af4eeab2540927aa5a04e674102a8ecf5a81 (diff)
parent5458702d0787d5136cf59df51af6b1803b4600d8 (diff)
downloadunwinding-291b5c3926c7c222cbed378125cd379460a1743e.tar.gz
Use #pragma once header guard. am: 0cd3943fb8 am: a9b336ef84 am: b2c0842e51 am: 5458702d07
Original change: https://android-review.googlesource.com/c/platform/system/unwinding/+/2070169 Change-Id: Ib9d8bf2c68b9a32c9c76a8160c99679d769384e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libunwindstack/RegsInfo.h')
-rw-r--r--libunwindstack/RegsInfo.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/RegsInfo.h b/libunwindstack/RegsInfo.h
index e445a91..28b297e 100644
--- a/libunwindstack/RegsInfo.h
+++ b/libunwindstack/RegsInfo.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_REGS_INFO_H
-#define _LIBUNWINDSTACK_REGS_INFO_H
+#pragma once
#include <stdint.h>
@@ -64,5 +63,3 @@ struct RegsInfo {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_REGS_INFO_H