summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation/bootanimation_main.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-21 19:59:24 -0700
committerMathias Agopian <mathias@google.com>2009-05-21 19:59:24 -0700
commitac31a3b8b09aba1c5ebc73f0cf65cac2210aa6b7 (patch)
treec55ca7c98317b9385b7c6abeb6595c1bf34d8ba6 /cmds/bootanimation/bootanimation_main.cpp
parente755d649771706b24b34e545476c8f2c8f9e09f6 (diff)
downloadframeworks_base-ac31a3b8b09aba1c5ebc73f0cf65cac2210aa6b7.zip
frameworks_base-ac31a3b8b09aba1c5ebc73f0cf65cac2210aa6b7.tar.gz
frameworks_base-ac31a3b8b09aba1c5ebc73f0cf65cac2210aa6b7.tar.bz2
this should fix the build
Diffstat (limited to 'cmds/bootanimation/bootanimation_main.cpp')
-rw-r--r--cmds/bootanimation/bootanimation_main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/bootanimation/bootanimation_main.cpp b/cmds/bootanimation/bootanimation_main.cpp
index 675ea81..346f156 100644
--- a/cmds/bootanimation/bootanimation_main.cpp
+++ b/cmds/bootanimation/bootanimation_main.cpp
@@ -16,9 +16,9 @@
#define LOG_TAG "BootAnimation"
-#include <utils/IPCThreadState.h>
-#include <utils/ProcessState.h>
-#include <utils/IServiceManager.h>
+#include <binder/IPCThreadState.h>
+#include <binder/ProcessState.h>
+#include <binder/IServiceManager.h>
#include <utils/Log.h>
#include <utils/threads.h>