summaryrefslogtreecommitdiff
path: root/libs/ui/EventHub.cpp
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-05-31 22:44:44 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2009-05-31 22:44:44 -0700
commit16275c36f0cfda26ffa32221dd720f7a685da819 (patch)
tree56a4900a3bedc991357f39be1b36c0cc4ed6002e /libs/ui/EventHub.cpp
parentad6042aa2342d0a869f84772774b47ae87346ccf (diff)
parent3b4062eeb01be33951ba214e027da523cf09f8b1 (diff)
Merge change 2792
* changes: get rid of utils.h
Diffstat (limited to 'libs/ui/EventHub.cpp')
-rw-r--r--libs/ui/EventHub.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ui/EventHub.cpp b/libs/ui/EventHub.cpp
index 52aa0c01463c..13c30a795cb2 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>