diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-31 19:13:00 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-31 19:13:00 -0700 |
commit | 3b4062eeb01be33951ba214e027da523cf09f8b1 (patch) | |
tree | ee621c2fa8a23e61e41626c7bcf79884f0d7555e /include/ui | |
parent | abe00fdee08577eb0fa2e5d220e91317b8f883a8 (diff) | |
download | frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.zip frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.gz frameworks_base-3b4062eeb01be33951ba214e027da523cf09f8b1.tar.bz2 |
get rid of utils.h
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> |