commit | e0c322049ab2be291c1fc40f79702543d4e77934 | [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 | e3e672f4f4fdd72b465cc0f39fb95c7711814122 | |
parent | d07f2a523f43051a681683657f7c0da2c49f46a4 [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>