diff options
author | Mathias Agopian <mathias@google.com> | 2009-06-01 14:30:08 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-06-01 14:30:08 -0700 |
commit | 6457359fa5df7869d5881acee80b34dfc760a5bf (patch) | |
tree | ef8f648559e4bb622173959721c6e24c05a19a58 /include/ui | |
parent | e839d826804b36b86839cb4c080f2541e9977438 (diff) | |
parent | d23399d0fffcc87bb1f7b56c246fc696cbb6fb89 (diff) | |
download | frameworks_native-6457359fa5df7869d5881acee80b34dfc760a5bf.zip frameworks_native-6457359fa5df7869d5881acee80b34dfc760a5bf.tar.gz frameworks_native-6457359fa5df7869d5881acee80b34dfc760a5bf.tar.bz2 |
Merge commit 'goog/master' into merge_master
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/EventHub.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/ui/EventHub.h b/include/ui/EventHub.h index 3848d8c..e12c4f1 100644 --- a/include/ui/EventHub.h +++ b/include/ui/EventHub.h @@ -20,7 +20,10 @@ #include <utils/String8.h> #include <utils/threads.h> -#include <utils.h> +#include <utils/Log.h> +#include <utils/threads.h> +#include <utils/List.h> +#include <utils/Errors.h> #include <linux/input.h> |