diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-25 18:48:35 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-27 13:03:08 -0800 |
commit | 8335f1ccccedb6655d96d9d5b697a7f0938235dd (patch) | |
tree | 30a7f8b3e646157365dd51222665a68753fa25e3 /cmds/bootanimation/BootAnimation.h | |
parent | 57235fc65b5920f4867e66c8263efab49e92a21b (diff) |
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r-- | cmds/bootanimation/BootAnimation.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index c85d72c1a998..62da82f134ba 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -23,9 +23,6 @@ #include <androidfw/AssetManager.h> #include <utils/threads.h> -#include <surfaceflinger/ISurfaceComposer.h> -#include <surfaceflinger/SurfaceComposerClient.h> - #include <EGL/egl.h> #include <GLES/gl.h> @@ -33,7 +30,9 @@ class SkBitmap; namespace android { -class AssetManager; +class Surface; +class SurfaceComposerClient; +class SurfaceControl; // --------------------------------------------------------------------------- |