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