From b13b9bdad2baf6ad1ec2e56b6b7598fa20f55fc4 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 17 Feb 2012 18:27:36 -0800 Subject: frameworks/base refactoring. step 2: move libutils headers to their new home: androidfw Change-Id: I14624ba23db92a81f2cb929f104386e1fab293ef --- cmds/backup/backup.cpp | 2 +- cmds/bootanimation/BootAnimation.cpp | 4 ++-- cmds/bootanimation/BootAnimation.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cmds') diff --git a/cmds/backup/backup.cpp b/cmds/backup/backup.cpp index d4e669b..ea1888b 100644 --- a/cmds/backup/backup.cpp +++ b/cmds/backup/backup.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include #include #include diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 0d5b4ca..3545ace 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -25,12 +25,12 @@ #include +#include #include -#include #include #include #include -#include +#include #include #include diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h index 8e28bba..c85d72c 100644 --- a/cmds/bootanimation/BootAnimation.h +++ b/cmds/bootanimation/BootAnimation.h @@ -20,8 +20,8 @@ #include #include +#include #include -#include #include #include -- cgit v1.1