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.cpp | |
parent | 57235fc65b5920f4867e66c8263efab49e92a21b (diff) |
fix libgui header location
Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 3545ace49179..0ab6aa38a47f 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -38,8 +38,8 @@ #include <ui/DisplayInfo.h> #include <ui/FramebufferNativeWindow.h> -#include <surfaceflinger/ISurfaceComposer.h> -#include <surfaceflinger/ISurfaceComposerClient.h> +#include <gui/Surface.h> +#include <gui/SurfaceComposerClient.h> #include <core/SkBitmap.h> #include <core/SkStream.h> |