diff options
| author | 2014-02-28 13:23:13 +0000 | |
|---|---|---|
| committer | 2014-02-28 13:23:15 +0000 | |
| commit | fc9276340897289b8f848fc722152d6fc0f891ed (patch) | |
| tree | 14cca48e01e4c491bd5ffe9499a96cd2e42e9d91 /cmds/bootanimation/BootAnimation.cpp | |
| parent | ef23865154bf5e6c1768023dd69845353cf8c543 (diff) | |
| parent | eece0dda56ae29fff6e9003df97594f6ac50b6e2 (diff) | |
Merge "Fix includes so that they no longer rely on the global Skia includes directories."
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
| -rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 125bea6cd9da..e12e961ccdb7 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -42,9 +42,9 @@ #include <gui/Surface.h> #include <gui/SurfaceComposerClient.h> -#include <core/SkBitmap.h> -#include <core/SkStream.h> -#include <core/SkImageDecoder.h> +#include <SkBitmap.h> +#include <SkStream.h> +#include <SkImageDecoder.h> #include <GLES/gl.h> #include <GLES/glext.h> |