summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2014-02-27 14:31:29 -0500
committerDerek Sollenberger <djsollen@google.com>2014-02-27 14:31:29 -0500
commiteece0dda56ae29fff6e9003df97594f6ac50b6e2 (patch)
tree46e4cd73a189dabb2e28d2eafaef2b9abf73a82f /cmds/bootanimation/BootAnimation.cpp
parent94b5ca811e5716bddb4a4d86df35c29bb9165e5f (diff)
Fix includes so that they no longer rely on the global Skia includes directories.
bug:13225538 Change-Id: Ia5d816dc665f81c7985f21036af4fd0a63c560cf
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp6
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>