summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-09-29 10:50:27 -0700
committerMark Salyzyn <salyzyn@google.com>2016-11-22 08:38:12 -0800
commit3d66aa307eed9ed622a70df0814e6c398bac40f9 (patch)
tree8fee46b751dd1e352926b4c40120d706698b9bff /f2fs_utils
parentd332a8e9c265d74e6854b3d2109815cad299e15c (diff)
downloadextras-3d66aa307eed9ed622a70df0814e6c398bac40f9.tar.gz
system/extras: Replace cutils/log.h with android/log.h or log/log.h
Test: build success Bug: 26552300 Bug: 31289077 Change-Id: I245c859eae366f817f883e74717bb04050196b4e
Diffstat (limited to 'f2fs_utils')
-rw-r--r--f2fs_utils/f2fs_sparseblock.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/f2fs_utils/f2fs_sparseblock.c b/f2fs_utils/f2fs_sparseblock.c
index e968ce02..d5c1f3a2 100644
--- a/f2fs_utils/f2fs_sparseblock.c
+++ b/f2fs_utils/f2fs_sparseblock.c
@@ -2,17 +2,19 @@
#define LOG_TAG "f2fs_sparseblock"
-
-#include <cutils/log.h>
#include <errno.h>
-#include <fcntl.h>
#include <f2fs_fs.h>
+#include <fcntl.h>
#include <linux/types.h>
#include <malloc.h>
#include <string.h>
#include <sys/stat.h>
-#include "f2fs_sparseblock.h"
+#include <sys/types.h>
+#include <unistd.h>
+
+#include <log/log.h>
+#include "f2fs_sparseblock.h"
#define D_DISP_u32(ptr, member) \
do { \