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/Input.cpp b/libs/ui/Input.cpp index 263c8d9..ca09caf 100644 --- a/libs/ui/Input.cpp +++ b/libs/ui/Input.cpp
@@ -24,7 +24,7 @@ #include <unistd.h> #include <ctype.h> -#include <ui/Input.h> +#include <androidfw/Input.h> #include <math.h> #include <limits.h>