diff options
author | Kenny Root <kroot@google.com> | 2013-09-11 23:41:23 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2013-09-11 23:41:23 -0700 |
commit | 0ddfe115b5b19036bedfc9e82dfe9a836d200558 (patch) | |
tree | 3c8826f5b0b6474fdce71cd360078478720b2989 /include/utils | |
parent | d28cd133714f9be3a1195bc4a77bf58f79d82f65 (diff) | |
download | system_core-0ddfe115b5b19036bedfc9e82dfe9a836d200558.zip system_core-0ddfe115b5b19036bedfc9e82dfe9a836d200558.tar.gz system_core-0ddfe115b5b19036bedfc9e82dfe9a836d200558.tar.bz2 |
Use canonical UniquePtr.h file
Change-Id: I88b51b76120a83d2165d44421f29bcb5fd6d62a2
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/LruCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |