diff options
author | 2017-01-11 15:40:24 +0000 | |
---|---|---|
committer | 2017-01-11 15:40:24 +0000 | |
commit | ef8ccc8510d2c66c4807f15962c3d53235af5fc5 (patch) | |
tree | eeed237443ea2350067ec9501fde2d07c65b2f39 /libs/androidfw/BackupData.cpp | |
parent | d544a4c682232f5bd3ae5d6eb5a11c978ddcf6aa (diff) | |
parent | 6143cbf1e5ab5e879044748c497e05b36ad4c36a (diff) |
Merge "Replace cutils/log.h and log/logger.h with log/log.h" am: e7fcbcb991
am: 6143cbf1e5
Change-Id: Id192d8dd973fe9e70acab72bae9856bc8a62ac75
Diffstat (limited to 'libs/androidfw/BackupData.cpp')
-rw-r--r-- | libs/androidfw/BackupData.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/androidfw/BackupData.cpp b/libs/androidfw/BackupData.cpp index ba4a4ff4fe63..76a430ee9f0e 100644 --- a/libs/androidfw/BackupData.cpp +++ b/libs/androidfw/BackupData.cpp @@ -16,14 +16,13 @@ #define LOG_TAG "backup_data" -#include <androidfw/BackupHelpers.h> -#include <utils/ByteOrder.h> - #include <stdio.h> #include <string.h> #include <unistd.h> -#include <cutils/log.h> +#include <androidfw/BackupHelpers.h> +#include <log/log.h> +#include <utils/ByteOrder.h> namespace android { |