summaryrefslogtreecommitdiff
path: root/libunwindstack/DwarfEncoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/DwarfEncoding.h')
-rw-r--r--libunwindstack/DwarfEncoding.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/DwarfEncoding.h b/libunwindstack/DwarfEncoding.h
index 20db222..c9fbf24 100644
--- a/libunwindstack/DwarfEncoding.h
+++ b/libunwindstack/DwarfEncoding.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_DWARF_ENCODING_H
-#define _LIBUNWINDSTACK_DWARF_ENCODING_H
+#pragma once
#include <stdint.h>
@@ -47,5 +46,3 @@ enum DwarfEncoding : uint8_t {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_DWARF_ENCODING_H