diff options
| author | 2015-07-29 16:48:58 -0700 | |
|---|---|---|
| committer | 2015-07-30 09:51:52 -0700 | |
| commit | 272a685f17cc4828257e521a6f62b7b17870f75e (patch) | |
| tree | 490cc3f92f5c50debc07421395ab54c3fd7f2fd6 /libs/hwui/TessellationCache.h | |
| parent | c36df952292b69920d4764a8a37361073fcf4f2c (diff) | |
Replace most usages of utils/Vector.h
Change-Id: I540d1b3523244d6c71fc52d6fb30555271c25644
Diffstat (limited to 'libs/hwui/TessellationCache.h')
| -rw-r--r-- | libs/hwui/TessellationCache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/TessellationCache.h b/libs/hwui/TessellationCache.h index 3efeaf64d486..b54666b7d595 100644 --- a/libs/hwui/TessellationCache.h +++ b/libs/hwui/TessellationCache.h @@ -19,7 +19,6 @@ #include <utils/LruCache.h> #include <utils/Mutex.h> -#include <utils/Vector.h> #include "Debug.h" #include "utils/Macros.h" |