diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-09-14 15:32:03 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-14 15:32:03 -0700 |
commit | 14bc6b5d0677e5c454a67775c852f90389bb4567 (patch) | |
tree | 5bdb785c2a486787fb2d4294980b51df69765d62 /include/ui/InputTransport.h | |
parent | 48a862407dda482450bdfd5aa2a2cd8b3e8e38dd (diff) | |
parent | 09340a4bb99507d9b6bfbfc68a450d4d4f354d73 (diff) | |
download | frameworks_base-14bc6b5d0677e5c454a67775c852f90389bb4567.zip frameworks_base-14bc6b5d0677e5c454a67775c852f90389bb4567.tar.gz frameworks_base-14bc6b5d0677e5c454a67775c852f90389bb4567.tar.bz2 |
am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread
Merge commit '09340a4bb99507d9b6bfbfc68a450d4d4f354d73' into gingerbread-plus-aosp
* commit '09340a4bb99507d9b6bfbfc68a450d4d4f354d73':
Replace epoll() with poll() and rename PollLoop to Looper.
Diffstat (limited to 'include/ui/InputTransport.h')
-rw-r--r-- | include/ui/InputTransport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ui/InputTransport.h b/include/ui/InputTransport.h index 82831e2..dc9e27a 100644 --- a/include/ui/InputTransport.h +++ b/include/ui/InputTransport.h @@ -33,7 +33,6 @@ #include <semaphore.h> #include <ui/Input.h> #include <utils/Errors.h> -#include <utils/PollLoop.h> #include <utils/Timers.h> #include <utils/RefBase.h> #include <utils/String8.h> |