From 3f2b122cd254bddf7bd4af9eb07126f48a6fbf45 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Wed, 2 May 2018 11:39:03 +0800 Subject: [PATCH] Replace library headers with angle quotations This commit replaces the double quotations for library headers with angle quotations. Test: cd system/vold && mma Change-Id: I3c14cfcf80f29173669409df548af84c1b39b96d --- cryptfs.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cryptfs.cpp b/cryptfs.cpp index 18f6b83..5c2b3e8 100644 --- a/cryptfs.cpp +++ b/cryptfs.cpp @@ -33,20 +33,20 @@ #include "VolumeManager.h" #include "secontext.h" +#include #include +#include +#include +#include #include #include +#include #include +#include #include #include #include #include -#include "android-base/properties.h" -#include "cutils/android_reboot.h" -#include "cutils/log.h" -#include "cutils/properties.h" -#include "f2fs_sparseblock.h" -#include "hardware_legacy/power.h" #include #include -- 2.11.0