diff options
author | 2009-05-22 01:27:01 -0700 | |
---|---|---|
committer | 2009-05-22 02:16:08 -0700 | |
commit | 310f8da0c3122ed5419db8f12a6e98d3188325b2 (patch) | |
tree | 0f3435d35e7fe8fca8dc2b347ff46276a8c351c8 /cmds/runtime/ServiceManager.cpp | |
parent | 20f68782a4ea71c6a977d7f87d8288d3daa265ec (diff) | |
parent | bdbf6b094d61f694f162a5a5279caededcb1f0a5 (diff) |
merge master to master_gl
Diffstat (limited to 'cmds/runtime/ServiceManager.cpp')
-rw-r--r-- | cmds/runtime/ServiceManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/runtime/ServiceManager.cpp b/cmds/runtime/ServiceManager.cpp index 758a95c07d..b2bef07ff7 100644 --- a/cmds/runtime/ServiceManager.cpp +++ b/cmds/runtime/ServiceManager.cpp @@ -9,9 +9,9 @@ #include <utils/Debug.h> #include <utils/Log.h> -#include <utils/Parcel.h> +#include <binder/Parcel.h> #include <utils/String8.h> -#include <utils/ProcessState.h> +#include <binder/ProcessState.h> #include <private/utils/Static.h> |