diff options
author | Elliott Hughes <enh@google.com> | 2014-07-09 15:31:20 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-07-09 15:31:20 -0700 |
commit | 5ced67270d178df0ddd78abe2af2235de905d6f0 (patch) | |
tree | 84512647efdacfb5e61eb8d3e5dad795f83a14f2 /runtime/common_runtime_test.h | |
parent | cecec712e1e05aab1fe3469077016320b7bf9583 (diff) | |
download | art-5ced67270d178df0ddd78abe2af2235de905d6f0.zip art-5ced67270d178df0ddd78abe2af2235de905d6f0.tar.gz art-5ced67270d178df0ddd78abe2af2235de905d6f0.tar.bz2 |
Use the icu4c headers from the new location.
Change-Id: I6ca56e8f9909bf3644a5f79f2d705547ddba6d03
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index fdbc9c2..289dc1d 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -26,7 +26,7 @@ #include <fstream> #include <memory> -#include "../../external/icu4c/common/unicode/uvernum.h" +#include "../../external/icu/icu4c/source/common/unicode/uvernum.h" #include "base/macros.h" #include "base/stl_util.h" #include "base/stringprintf.h" |