Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ddfe115 authored by Kenny Root's avatar Kenny Root
Browse files

Use canonical UniquePtr.h file

Change-Id: I88b51b76120a83d2165d44421f29bcb5fd6d62a2
parent d28cd133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {