diff options
author | Mathias Agopian <mathias@google.com> | 2010-02-09 17:46:37 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-02-11 13:16:22 -0800 |
commit | 000479f9e325b4e426a67033abd92d47da412725 (patch) | |
tree | 16b93ea777744aa24ffe7d3a191bb90529ad4ce5 /cmds/bootanimation/BootAnimation.h | |
parent | 28a5dc229ed25c771cde25668928edc788073029 (diff) |
split libsurfaceflinger_client and libcamera_client out of libui
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index e53ba8b95114..8e28bba2de3c 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -23,8 +23,8 @@ #include <utils/threads.h> #include <utils/AssetManager.h> -#include <ui/ISurfaceComposer.h> -#include <ui/SurfaceComposerClient.h> +#include <surfaceflinger/ISurfaceComposer.h> +#include <surfaceflinger/SurfaceComposerClient.h> #include <EGL/egl.h> #include <GLES/gl.h> |