summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2019-06-07 11:26:25 +0100
committer Vladimir Marko <vmarko@google.com> 2019-06-11 08:58:34 +0000
commit3fae12960c2d411dff450fce95c096af0e8d74de (patch)
tree5cc26dc33db8f391b3c7ab1fe24546b17f33d389 /compiler/optimizing/nodes.h
parentb7c640d364d32b79cb52d04750b063667a9a0c86 (diff)
Move IntrusiveForwardList<> to libartbase.
It's generally useful, not just for the compiler. Test: m test-art-host-gtest Change-Id: I3ca742d93a0bca961d1b8b8209356747d2de08a0
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index 57ed71dfe2..023e3a641d 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -25,6 +25,7 @@
#include "base/arena_containers.h"
#include "base/arena_object.h"
#include "base/array_ref.h"
+#include "base/intrusive_forward_list.h"
#include "base/iteration_range.h"
#include "base/mutex.h"
#include "base/quasi_atomic.h"
@@ -45,7 +46,6 @@
#include "mirror/class.h"
#include "mirror/method_type.h"
#include "offsets.h"
-#include "utils/intrusive_forward_list.h"
namespace art {