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