diff options
author | Andy McFadden <fadden@android.com> | 2014-03-06 15:30:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-03-06 15:30:51 +0000 |
commit | 391d489ce0808630dd56b06259eb6e616bf79d94 (patch) | |
tree | fa279f35a18bea75b86720edee174f81a8534778 /cmds | |
parent | 34a0992512a6b991cb9f98034437e205f8170be2 (diff) | |
parent | c749b44086722217526f220f3656ba06b2e8cea0 (diff) | |
download | frameworks_base-391d489ce0808630dd56b06259eb6e616bf79d94.zip frameworks_base-391d489ce0808630dd56b06259eb6e616bf79d94.tar.gz frameworks_base-391d489ce0808630dd56b06259eb6e616bf79d94.tar.bz2 |
Merge "FramebufferNativeWindow.h is obsolete"
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index e12e961..41afa39 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -36,7 +36,6 @@ #include <ui/Rect.h> #include <ui/Region.h> #include <ui/DisplayInfo.h> -#include <ui/FramebufferNativeWindow.h> #include <gui/ISurfaceComposer.h> #include <gui/Surface.h> |