commit | 3b4062eeb01be33951ba214e027da523cf09f8b1 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun May 31 19:13:00 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Sun May 31 19:13:00 2009 -0700 |
tree | ee621c2fa8a23e61e41626c7bcf79884f0d7555e | |
parent | abe00fdee08577eb0fa2e5d220e91317b8f883a8 [diff] [blame] |
get rid of utils.h
diff --git a/libs/ui/EventHub.cpp b/libs/ui/EventHub.cpp index 52aa0c0..13c30a7 100644 --- a/libs/ui/EventHub.cpp +++ b/libs/ui/EventHub.cpp
@@ -21,7 +21,9 @@ #include <cutils/properties.h> #include <utils/Log.h> #include <utils/Timers.h> -#include <utils.h> +#include <utils/threads.h> +#include <utils/List.h> +#include <utils/Errors.h> #include <stdlib.h> #include <stdio.h>