diff options
author | Dheeraj Shetty <shettydheeraj@google.com> | 2020-05-01 23:27:43 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-01 23:27:43 +0000 |
commit | 21b6e912c2ac02e20bc81f99967b108a2386bb4f (patch) | |
tree | 8c189bb5c2c9864edfe666c0acc118b2ed751483 /libs/hwui/tests | |
parent | 7714a182367fc96689452f268c33335f0c3fdd9a (diff) | |
parent | b624af3dca0f80a8b6e924920d6c6054bbffdd31 (diff) |
Merge "Revert^2 "hwui: remove FatVector"" into rvc-dev
Diffstat (limited to 'libs/hwui/tests')
-rw-r--r-- | libs/hwui/tests/unit/FatVectorTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/unit/FatVectorTests.cpp b/libs/hwui/tests/unit/FatVectorTests.cpp index 8523e6c9e973..6585a6249b44 100644 --- a/libs/hwui/tests/unit/FatVectorTests.cpp +++ b/libs/hwui/tests/unit/FatVectorTests.cpp @@ -15,7 +15,7 @@ */ #include <gtest/gtest.h> -#include <utils/FatVector.h> +#include <ui/FatVector.h> #include <tests/common/TestUtils.h> |