summaryrefslogtreecommitdiff
path: root/libunwindstack/MemoryCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/MemoryCache.h')
-rw-r--r--libunwindstack/MemoryCache.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libunwindstack/MemoryCache.h b/libunwindstack/MemoryCache.h
index 523a4a1..de5e9a0 100644
--- a/libunwindstack/MemoryCache.h
+++ b/libunwindstack/MemoryCache.h
@@ -14,8 +14,7 @@
* limitations under the License.
*/
-#ifndef _LIBUNWINDSTACK_MEMORY_CACHE_H
-#define _LIBUNWINDSTACK_MEMORY_CACHE_H
+#pragma once
#include <pthread.h>
#include <stdint.h>
@@ -91,5 +90,3 @@ class MemoryThreadCache : public MemoryCacheBase {
};
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_MEMORY_CACHE_H