commit | 80c39180425d6053ca536f68351bee3c5a351cc4 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 17 15:34:57 2012 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Feb 17 15:36:10 2012 -0800 |
tree | ffb484f659a717278b7ef1dc1c0b1f56b827361c | |
parent | 96c38768764170154c7b97115cc7d740676af5cf [diff] [blame] |
frameworks/base refactoring. First step. Move libui includes to their new home: androidfw. Change-Id: Ic042b52fdba72f30edc3cc6339bf30b4c1b99662
diff --git a/libs/ui/tests/InputEvent_test.cpp b/libs/ui/tests/InputEvent_test.cpp index e21c464..ac5549c 100644 --- a/libs/ui/tests/InputEvent_test.cpp +++ b/libs/ui/tests/InputEvent_test.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#include <ui/Input.h> +#include <androidfw/Input.h> #include <gtest/gtest.h> #include <binder/Parcel.h>