summaryrefslogtreecommitdiffstats
path: root/include/utils
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 23:41:23 -0700
committerKenny Root <kroot@google.com>2013-09-11 23:41:23 -0700
commit0ddfe115b5b19036bedfc9e82dfe9a836d200558 (patch)
tree3c8826f5b0b6474fdce71cd360078478720b2989 /include/utils
parentd28cd133714f9be3a1195bc4a77bf58f79d82f65 (diff)
downloadsystem_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.h2
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 {