commit | 700a402244a1a423da4f3ba8032459f4b65fa18f | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon May 19 16:49:03 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Mon May 19 22:27:39 2014 -0700 |
tree | 4c22fcda04d271bd55a37aff30650214af17a90c | |
parent | 047c11adcbcbc0bcf210defdfcbada763961ffee [diff] [blame] |
Now we have a proper C++ library, use std::unique_ptr. Also remove the Android.libcxx.mk and other bits of stlport compatibility mechanics. Change-Id: Icdf7188ba3c79cdf5617672c1cfd0a68ae596a61
diff --git a/runtime/verifier/method_verifier_test.cc b/runtime/verifier/method_verifier_test.cc index 2bcf3e0..9ac04d7 100644 --- a/runtime/verifier/method_verifier_test.cc +++ b/runtime/verifier/method_verifier_test.cc
@@ -17,8 +17,8 @@ #include "method_verifier.h" #include <stdio.h> +#include <memory> -#include "UniquePtrCompat.h" #include "class_linker.h" #include "common_runtime_test.h" #include "dex_file.h"