summaryrefslogtreecommitdiff
path: root/libunwindstack/DwarfEhFrame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/DwarfEhFrame.h')
-rw-r--r--libunwindstack/DwarfEhFrame.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/DwarfEhFrame.h b/libunwindstack/DwarfEhFrame.h
index 7a41e45..93befd4 100644
--- a/libunwindstack/DwarfEhFrame.h
+++ b/libunwindstack/DwarfEhFrame.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_DWARF_EH_FRAME_H
-#define _LIBUNWINDSTACK_DWARF_EH_FRAME_H
+#pragma once
#include <stdint.h>
@@ -45,5 +44,3 @@ class DwarfEhFrame : public DwarfSectionImpl<AddressType> {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_DWARF_EH_FRAME_H