summaryrefslogtreecommitdiff
path: root/libunwindstack/tests/MemoryLocalTest.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2019-06-12 16:10:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-12 16:10:10 +0000
commit5fb660930c97e2e6defb7ae4936d69ca41fa47f0 (patch)
treec3152eb0324322316414bba8c79b0e0c38fbebb6 /libunwindstack/tests/MemoryLocalTest.cpp
parent210b56e9a889cac86f70b8192ca049719cd5b43a (diff)
parent6b95a0e9993ac6563476b0489c1ef982f8412f21 (diff)
Merge "Internalize subclasses of Memory"
Diffstat (limited to 'libunwindstack/tests/MemoryLocalTest.cpp')
-rw-r--r--libunwindstack/tests/MemoryLocalTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tests/MemoryLocalTest.cpp b/libunwindstack/tests/MemoryLocalTest.cpp
index 5a389d0a91..c9e5dc0fd7 100644
--- a/libunwindstack/tests/MemoryLocalTest.cpp
+++ b/libunwindstack/tests/MemoryLocalTest.cpp
@@ -22,7 +22,7 @@
#include <gtest/gtest.h>
-#include <unwindstack/Memory.h>
+#include "MemoryLocal.h"
namespace unwindstack {