commit | 0ddfe115b5b19036bedfc9e82dfe9a836d200558 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Sep 11 23:41:23 2013 -0700 |
committer | Kenny Root <kroot@google.com> | Wed Sep 11 23:41:23 2013 -0700 |
tree | 3c8826f5b0b6474fdce71cd360078478720b2989 | |
parent | d28cd133714f9be3a1195bc4a77bf58f79d82f65 [diff] |
Use canonical UniquePtr.h file Change-Id: I88b51b76120a83d2165d44421f29bcb5fd6d62a2
diff --git a/include/utils/LruCache.h b/include/utils/LruCache.h index 053bfaf..fa8f03f 100644 --- a/include/utils/LruCache.h +++ b/include/utils/LruCache.h
@@ -17,8 +17,8 @@ #ifndef ANDROID_UTILS_LRU_CACHE_H #define ANDROID_UTILS_LRU_CACHE_H +#include <UniquePtr.h> #include <utils/BasicHashtable.h> -#include <utils/UniquePtr.h> namespace android {