diff options
author | 2017-01-11 15:24:10 +0000 | |
---|---|---|
committer | 2017-01-11 15:24:11 +0000 | |
commit | e7fcbcb9919e8f1c0fc5935b8a6aeb0b0dec9700 (patch) | |
tree | 5ead0dab24f15b6ae2c483d1eb2810477ae9c7f8 /libs/androidfw/BackupData.cpp | |
parent | 216303cdb60412525a716f4df22140b1a439a4a3 (diff) | |
parent | 52eb4e01a49fe2e94555c000de38bbcbbb13401b (diff) |
Merge "Replace cutils/log.h and log/logger.h with log/log.h"
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 { |