summaryrefslogtreecommitdiff
path: root/libunwindstack/ElfInterfaceArm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/ElfInterfaceArm.h')
-rw-r--r--libunwindstack/ElfInterfaceArm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/ElfInterfaceArm.h b/libunwindstack/ElfInterfaceArm.h
index 9bfad0b..6ee6dc9 100644
--- a/libunwindstack/ElfInterfaceArm.h
+++ b/libunwindstack/ElfInterfaceArm.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_ELF_INTERFACE_ARM_H
-#define _LIBUNWINDSTACK_ELF_INTERFACE_ARM_H
+#pragma once
#include <elf.h>
#include <stdint.h>
@@ -94,5 +93,3 @@ class ElfInterfaceArm : public ElfInterface32 {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_ELF_INTERFACE_ARM_H