summaryrefslogtreecommitdiff
path: root/libunwindstack/DwarfEhFrameWithHdr.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2022-04-22 00:04:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-22 00:04:12 +0000
commit6f4653d1cd327affb66145a444dfb60ce960d82b (patch)
treed7791735cd60241ffb1584d4e6843cd6c86a34a0 /libunwindstack/DwarfEhFrameWithHdr.h
parent5ff2ac47e5169fe2a2ac34ac10353ed05c85b774 (diff)
parent291b5c3926c7c222cbed378125cd379460a1743e (diff)
downloadunwinding-6f4653d1cd327affb66145a444dfb60ce960d82b.tar.gz
Original change: https://android-review.googlesource.com/c/platform/system/unwinding/+/2070169 Change-Id: I3ed4c04bd0446b5ab4b2ffae7003a2f2e2a5c9af Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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