summaryrefslogtreecommitdiff
path: root/libunwindstack/MemoryRemote.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/MemoryRemote.h
parent5ff2ac47e5169fe2a2ac34ac10353ed05c85b774 (diff)
parent291b5c3926c7c222cbed378125cd379460a1743e (diff)
downloadunwinding-android13-qpr2-b-s1-release.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/MemoryRemote.h')
-rw-r--r--libunwindstack/MemoryRemote.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/MemoryRemote.h b/libunwindstack/MemoryRemote.h
index dd09c88..563e5b7 100644
--- a/libunwindstack/MemoryRemote.h
+++ b/libunwindstack/MemoryRemote.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_MEMORY_REMOTE_H
-#define _LIBUNWINDSTACK_MEMORY_REMOTE_H
+#pragma once
#include <stdint.h>
#include <sys/types.h>
@@ -42,5 +41,3 @@ class MemoryRemote : public Memory {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_MEMORY_REMOTE_H